Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
@ -1,11 +1,17 @@
int sTx = 4;
int sRx = 5;
// Breadboard
//int enable = 2;
//int sTx = 4;
//int sRx = 5;
// RS485-Nano Revision 1.0
int enable = 9;
int sTx = 8;
int sRx = 3;
long base = 100;
int id = 0;
int baud = 19200;
int enable = 2;
char c;
int counter = 0;