feat: intégration DHT capteur
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
#ifndef PROGRAM_H
|
||||
#define PROGRAM_H
|
||||
|
||||
#include "DHT.h"
|
||||
|
||||
class Program{
|
||||
public:
|
||||
/**
|
||||
@ -17,5 +19,11 @@ public:
|
||||
|
||||
private:
|
||||
/* data */
|
||||
|
||||
/**
|
||||
* @brief capteur humi/temp
|
||||
*
|
||||
*/
|
||||
DHT *dht;
|
||||
};
|
||||
#endif
|
Reference in New Issue
Block a user