Skip to content

Commit

Permalink
Update pinout to v0.2 board
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijskooijman committed Apr 1, 2021
1 parent 67b7ac2 commit 476af80
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Hardware.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ static const uint32_t IRBOARD_SCL = PB10;
static const uint32_t IRBOARD_SDA = PB11;

// I2C1
static const uint32_t IFACEBOARD_SCL = PA9;
static const uint32_t IFACEBOARD_SDA = PA10;
static const uint32_t IFACEBOARD_SCL = PB6;
static const uint32_t IFACEBOARD_SDA = PB7;

// I2C1
static const uint32_t RS485_TX = PB6;
static const uint32_t RS485_RX = PB7;
static const uint32_t RS485_DE = PB3;
static const uint32_t RS485_TX = PA9;
static const uint32_t RS485_RX = PA10;
static const uint32_t RS485_DE = PA12;

static const uint32_t STATUS_PIN = PB9;

0 comments on commit 476af80

Please sign in to comment.