Arduino SensorCommunicationLib Library
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 = ','
 
const int kSerialInterval = 50
 
unsigned long serialPreviousTime
 

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.