project specific settings
This commit is contained in:
5
sensor433/src/config.h.example
Normal file
5
sensor433/src/config.h.example
Normal file
@@ -0,0 +1,5 @@
|
||||
#ifndef __CONFIG_H__
|
||||
#define __CONFIG_H__
|
||||
|
||||
|
||||
#endif
|
||||
@@ -59,6 +59,10 @@
|
||||
#include "dht22.h"
|
||||
dht22 dht;
|
||||
|
||||
|
||||
// Configuration, see file config.h.example and rename to config.h. Project specific, do not add to git!
|
||||
#include "config.h"
|
||||
|
||||
#define RH_BUF_LEN 11
|
||||
uint8_t rh_buf[RH_BUF_LEN] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user