FreeIMU Library
Open Hardware Framework for Motion Sensing
Main Page
Data Structures
Files
File List
Globals
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
Generated on Mon Jul 23 2012 16:14:19 for FreeIMU Library by
1.8.1.2