a

Dependencies:   Sensor2 MAX31855-1 libmDot-1

sensors.h

Committer:
jortronm2
Date:
2018-01-04
Revision:
1:2d0abfac692b
Parent:
0:1441b10e38a6

File content as of revision 1:2d0abfac692b:

#ifndef SENSORS_H
#define SENSORS_H


#include "Adafruit_ADS1015.h"
#include "board_config.h"
#include "max31855.h"
#include "mDot.h"


extern void sensors_init(void);
extern void sensors_read(struct sensor_data_raw *data);


#endif // SENSORS_H