
#ifndef _sensor_h
#define _sensor_h

#include "DHT.h"
#include "RBPXPLRTERM_base.h"
#include "RBPXPLRTERM_config.h"
#include "loopScanner.h"

extern void initSensor();

// end of _sensor_h
#endif