![]() |
Arduino SensorCommunicationLib Library
|
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 = 50 |
unsigned long | serialPreviousTime |
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.