FreeIMU Library
Open Hardware Framework for Motion Sensing
 All Data Structures Files Functions Variables Macros
Functions
CommunicationUtils.h File Reference
#include "Arduino.h"

Go to the source code of this file.

Functions

void serialPrintFloatArr (float *arr, int length)
void serialFloatPrint (float f)
void writeArr (void *arr, uint8_t arr_length, uint8_t type_bytes)
void writeVar (void *val, uint8_t type_bytes)

Function Documentation

void serialFloatPrint ( float  f)
void serialPrintFloatArr ( float *  arr,
int  length 
)
void writeArr ( void *  arr,
uint8_t  arr_length,
uint8_t  type_bytes 
)
void writeVar ( void *  val,
uint8_t  type_bytes 
)