Linduino  1.3.0
Linear Technology Arduino-Compatible Demonstration Board
LT_union_float_4bytes Union Reference

This union splits one float into four uint8_t's (8-bit unsigned integers) and vice versa. More...

Detailed Description

This union splits one float into four uint8_t's (8-bit unsigned integers) and vice versa.

Definition at line 125 of file Linduino.h.

Data Fields

float LT_float
 float to be converted to four bytes More...
 
uint8_t LT_byte [4]
 4 bytes (unsigned 8-bit integers) to be converted to a float More...
 

Field Documentation

◆ LT_byte

uint8_t LT_union_float_4bytes::LT_byte[4]

4 bytes (unsigned 8-bit integers) to be converted to a float

Definition at line 128 of file Linduino.h.

◆ LT_float

float LT_union_float_4bytes::LT_float

float to be converted to four bytes

Definition at line 127 of file Linduino.h.


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