![]() |
Arduino SensorCommunicationLib Library
|
Public Member Functions | |
SensorCommunicationLib (int NumberOfSensors=10) | |
void | processSensors (void(*getSensorData)()) |
Public Attributes | |
float | Sensors [MAXNUMOFSENSORS] |
Definition at line 14 of file SensorCommunicationLib.h.
SensorCommunicationLib::SensorCommunicationLib | ( | int | NumberOfSensors = 10 | ) |
This method is the constructor of the SensorCommunicationLib
NumberOfSensors | The number of sensors value to transmitt as a stream of csv |
Definition at line 32 of file SensorCommunicationLib.cpp.
void SensorCommunicationLib::processSensors | ( | void(*)() | getSensorData | ) |
This method is the constructor of the SensorCommunicationLib
getSensorData | The pointer of the callback routine fo sensors data reading. |
Definition at line 63 of file SensorCommunicationLib.cpp.