Browse Source

increased speed

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
nano-revision-1.0
Stephan Richter 1 year ago
parent
commit
486c5b5bf8
  1. 2
      Receiver/Receiver.ino
  2. 2
      Sender/Sender.ino

2
Receiver/Receiver.ino

@ -1,7 +1,7 @@
int sTx = 2; int sTx = 2;
int sRx = 3; int sRx = 3;
long base = 800; long base = 200;
long rst = base*10; // reset long rst = base*10; // reset
boolean bt = false; boolean bt = false;
long dif = 0; long dif = 0;

2
Sender/Sender.ino

@ -1,7 +1,7 @@
int sTx = 4; int sTx = 4;
int sRx = 5; int sRx = 5;
long base = 800; long base = 200;
int id = 0; int id = 0;
int baud = 19200; int baud = 19200;

Loading…
Cancel
Save