Skip to content

Commit

Permalink
Fix pin definitions in IOArduino.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
juribeparada committed Nov 12, 2020
1 parent 69d0879 commit fb4c543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IOArduino.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
#define PIN_SLE2 PA6
#define PIN_CE PC14
#define PIN_RXD PB4
#define PIN_RXD2 PA4
#define PIN_RXD2 PA11
#define PIN_TXD PB3
#define PIN_TXD2 PA5
#define PIN_TXD2 PA8
#define PIN_CLKOUT PA15
#define PIN_LED PC13
#define PIN_DEB PB9
Expand Down

0 comments on commit fb4c543

Please sign in to comment.