Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ltc2991_test by
Linduino.h File Reference
Go to the source code of this file.
Data Structures | |
union | LT_union_int16_2bytes |
This union splits one int16_t (16-bit signed integer) or uint16_t (16-bit unsigned integer) into two uint8_t's (8-bit unsigned integers) and vice versa. More... | |
union | LT_union_int32_4bytes |
This union splits one int32_t (32-bit signed integer) or uint32_t (32-bit unsigned integer) four uint8_t's (8-bit unsigned integers) and vice versa. More... | |
union | LT_union_uint32_2uint16s |
This union splits one int32_t (32-bit signed integer) or uint32_t (32-bit unsigned integer) into two uint16_t's (16-bit unsigned integers) and vice versa. More... | |
union | LT_union_float_4bytes |
This union splits one float into four uint8_t's (8-bit unsigned integers) and vice versa. More... |
Detailed Description
Header File for Linduino Libraries and Demo Code
Definition in file Linduino.h.
Generated on Wed Jul 13 2022 18:29:42 by
