This commit is contained in:
Alex
2021-06-17 12:49:46 +03:00
parent bd9e4b19ae
commit 48e1fa1e98
12 changed files with 297 additions and 247 deletions
+4 -2
View File
@@ -1,8 +1,10 @@
// обмен сырыми данными без CRC и буфера на отправку
// принимает пример raw_rx
//#define G433_SPEED 1000 // скорость 100-8000 бит/с, по умолч. 2000 бит/с
#define G433_SLOW_MODE
#include <Gyver433.h>
Gyver433_TX<2, 0, G433_NOCRC> tx;
Gyver433_TX<2, 0, G433_NOCRC> tx; // буфер на отправку 0! Экономим
void setup() {
}