Compare commits
14 Commits
main
...
nano-revis
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e42113d2e | |||
| 9e1f336a8b | |||
| f596a5bbd0 | |||
| db508a9dd1 | |||
| c0fdf6b540 | |||
| 573eb5e85f | |||
| 73304368b3 | |||
| 67313e26a5 | |||
| 17959d9af2 | |||
| 9c01c18407 | |||
| 74a5cfa41c | |||
| 72153daeeb | |||
| faf3f4ece3 | |||
| f4aef1cd0e |
Binary file not shown.
@@ -21,7 +21,7 @@
|
|||||||
#define LCD_D6 6
|
#define LCD_D6 6
|
||||||
#define LCD_D7 7
|
#define LCD_D7 7
|
||||||
|
|
||||||
#define PROGRAM "RS485-Nano 2.1 / LCDReceive 1.2"
|
#define PROGRAM "RS485-Nano 2.2 / LCDReceive 1.2"
|
||||||
|
|
||||||
// initialize the library by associating any needed LCD interface pin with the arduino pin number it is connected to
|
// initialize the library by associating any needed LCD interface pin with the arduino pin number it is connected to
|
||||||
LiquidCrystal lcd(LCD_RS, LCD_EN, LCD_D4, LCD_D5, LCD_D6, LCD_D7);
|
LiquidCrystal lcd(LCD_RS, LCD_EN, LCD_D4, LCD_D5, LCD_D6, LCD_D7);
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
#define ID 0
|
#define ID 0
|
||||||
#define PROGRAM "Sender"
|
#define PROGRAM "Sender"
|
||||||
#define SW_VERSION "1.3"
|
#define SW_VERSION "1.3"
|
||||||
#define HW_VERSION "2.1"
|
#define HW_VERSION "2.2"
|
||||||
|
|
||||||
#define BTN_INT 3 // button interrupt pin
|
#define BTN_INT 3 // button interrupt pin
|
||||||
#define Max485_RO 2 // read-output of Max485
|
#define Max485_RO 2 // read-output of Max485
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
// 6=Bad OG
|
// 6=Bad OG
|
||||||
|
|
||||||
#define ID 0
|
#define ID 0
|
||||||
#define HW_VERSION "2.1"
|
#define HW_VERSION "2.2"
|
||||||
#define PROGRAM "TempSender"
|
#define PROGRAM "TempSender"
|
||||||
#define SW_VERSION "1.5"
|
#define SW_VERSION "1.5"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user