EZR

Dependencies:   CRC16 FreescaleIAP FreescaleWatchdog GGSProtocol LM75B PIMA Parameters PersistentCircularQueue SerialNumberV2COM mbed-dev-watchdog_2016_03_04

Fork of smartRamalKW by Equipe Firmware V2COM

sensor.h

Committer:
tpadovani
Date:
2015-07-23
Revision:
10:7a1d1abb5172
Parent:
8:e8d86c66283c
Child:
22:b66e36356dd4

File content as of revision 10:7a1d1abb5172:

#ifndef SENSOR_H
#define SENSOR_H

#include "mbed.h"
#include "settings.h"
#include "parameters.h"
#include "appParameters.h"

float getTensaoInstantanea(unsigned char channel);
bool getEstadoSensor(unsigned char channel);
void readSample();
void timeoutReadingSamples();
float calculateRMS();

#endif