uStepper S
Public Attributes | List of all members
floatBytes_t Union Reference

Union to easily split a float into its binary representation. More...

#include <uStepperS.h>

Collaboration diagram for floatBytes_t:
Collaboration graph

Public Attributes

float f
 
uint8_t bytes [4]
 

Detailed Description

Union to easily split a float into its binary representation.

Definition at line 166 of file uStepperS.h.

Member Data Documentation

◆ bytes

uint8_t floatBytes_t::bytes[4]

binary representation, split into an array of 4 bytes

Definition at line 169 of file uStepperS.h.

◆ f

float floatBytes_t::f

normal float value

Definition at line 168 of file uStepperS.h.


The documentation for this union was generated from the following file: