Skip to content

Commit

Permalink
Fix pin out for proto board
Browse files Browse the repository at this point in the history
  • Loading branch information
flxkrmr committed Oct 23, 2022
1 parent 1ddb4fc commit 49a23ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions eec-iv-reader.ino
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@
#include <Wire.h>

// Pins RS485
#define DI 3
#define RE 6
#define RO 2
#define DI 2
#define RE 3
#define RO 4
// first board
//#define DI 3
//#define RE 6
//#define RO 2

// Pins Buttons
#define BTN_1 7
Expand Down
File renamed without changes.

0 comments on commit 49a23ba

Please sign in to comment.