Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1993 |
- |
1 |
#ifndef CommunitationUtils_h |
|
|
2 |
#define CommunitationUtils_h |
|
|
3 |
|
|
|
4 |
void serialPrintFloatArr(float * arr, int length); |
|
|
5 |
void serialFloatPrint(float f); |
|
|
6 |
|
|
|
7 |
#endif // CommunitationUtils_h |