uStepper S
|
Union to easily split a float into its binary representation. More...
#include <uStepperS.h>
Public Attributes | |
float | f |
uint8_t | bytes [4] |
Union to easily split a float into its binary representation.
Definition at line 166 of file uStepperS.h.
uint8_t floatBytes_t::bytes[4] |
binary representation, split into an array of 4 bytes
Definition at line 169 of file uStepperS.h.
float floatBytes_t::f |
normal float value
Definition at line 168 of file uStepperS.h.