FreeIMU Library
Open Hardware Framework for Motion Sensing
 All Data Structures Files Functions Variables Macros
CommunicationUtils.h
Go to the documentation of this file.
1 #ifndef CommunitationUtils_h
2 #define CommunitationUtils_h
3 
4 #include "Arduino.h"
5 
6 void serialPrintFloatArr(float * arr, int length);
7 void serialFloatPrint(float f);
8 void writeArr(void * arr, uint8_t arr_length, uint8_t type_bytes);
9 void writeVar(void * val, uint8_t type_bytes);
10 
11 
12 #endif // CommunitationUtils_h