Compare commits

..

No commits in common. 'nano-revision-2.2' and 'main' have entirely different histories.

  1. BIN
      Hardware/Nano845.fzz
  2. 2
      Software/LCDReceiver/LCDReceiver.ino
  3. 2
      Software/Sender/Sender.ino
  4. 2
      Software/TempSender/TempSender.ino

BIN
Hardware/Nano845.fzz

Binary file not shown.

2
Software/LCDReceiver/LCDReceiver.ino

@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@
#define LCD_D6 6
#define LCD_D7 7
#define PROGRAM "RS485-Nano 2.2 / LCDReceive 1.2"
#define PROGRAM "RS485-Nano 2.1 / LCDReceive 1.2"
// 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);

2
Software/Sender/Sender.ino

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
#define ID 0
#define PROGRAM "Sender"
#define SW_VERSION "1.3"
#define HW_VERSION "2.2"
#define HW_VERSION "2.1"
#define BTN_INT 3 // button interrupt pin
#define Max485_RO 2 // read-output of Max485

2
Software/TempSender/TempSender.ino

@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@
// 6=Bad OG
#define ID 0
#define HW_VERSION "2.2"
#define HW_VERSION "2.1"
#define PROGRAM "TempSender"
#define SW_VERSION "1.5"

Loading…
Cancel
Save