first working prototype

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2023-07-23 16:55:21 +02:00
parent 8b9b6eb655
commit c895f11d63
2 changed files with 9 additions and 3 deletions

Binary file not shown.

View File

@@ -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;