first working prototype
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
BIN
Nano845.fzz
BIN
Nano845.fzz
Binary file not shown.
@@ -1,11 +1,17 @@
|
|||||||
int sTx = 4;
|
// Breadboard
|
||||||
int sRx = 5;
|
//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;
|
long base = 100;
|
||||||
|
|
||||||
int id = 0;
|
int id = 0;
|
||||||
int baud = 19200;
|
int baud = 19200;
|
||||||
int enable = 2;
|
|
||||||
char c;
|
char c;
|
||||||
int counter = 0;
|
int counter = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user