First commit

This commit is contained in:
2020-08-01 13:47:02 +03:00
commit ac18805ff4
142 changed files with 8325 additions and 0 deletions

5
GateWay/include/mys.h Normal file
View File

@@ -0,0 +1,5 @@
#define MY_DEBUG
#define MY_RADIO_RF24
#define MY_RF24_PA_LEVEL (RF24_PA_MAX)
#define MY_RF24_CHANNEL (15)
#define MY_RF24_DATARATE (RF24_250KBPS)