Sensor Communication Library  0.4.0
Variables
SensorCommunicationLib.cpp File Reference

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...

#include <Arduino.h>
#include <SensorCommunicationLib.h>

Go to the source code of this file.

Variables

const char kDelimiter = ','
 
unsigned long serialPreviousTime
 
Smoothed< float > avgSensors [MAXNUMOFSENSORS]
 

Detailed Description

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.

Author
Antonio Cafiero
Date
11/10/2019

Definition in file SensorCommunicationLib.cpp.