![]() |
Sensor Communication Library
0.2.0
|
contains the SensorCommunicationLib class mathods implementation. This class can be used to ease the programming of an Arduino sketch read data from sensors and transmit them as a stream of csv data. More...
Go to the source code of this file.
Variables | |
const char | kDelimiter = ',' |
const int | kSerialInterval = 1000 |
unsigned long | serialPreviousTime |
Smoothed< float > | avgSensors [MAXNUMOFSENSORS] |
contains the SensorCommunicationLib class mathods implementation. This class can be used to ease the programming of an Arduino sketch read data from sensors and transmit them as a stream of csv data.
Definition in file SensorCommunicationLib.cpp.