diff options
| author | Dave Hylands | 2016-02-12 21:25:00 -0800 |
|---|---|---|
| committer | Damien George | 2016-02-15 10:07:27 +0000 |
| commit | 4b2938a4b0ec6b31691509003cb1eda9458fa2d7 (patch) | |
| tree | 4fb51ef7ae1c066050ef0b7aba719b93317d9cf8 /stmhal/boards/NETDUINO_PLUS_2/pins.csv | |
| parent | 9598f36a84e19045e2978ab902e2367dc2fa12d4 (diff) | |
stmhal: Some NETDUINO_PLUS_2 cleanup
- Put the I2C bus on the corect pins
- Add the appropriate board_init to power the shield
Diffstat (limited to 'stmhal/boards/NETDUINO_PLUS_2/pins.csv')
| -rw-r--r-- | stmhal/boards/NETDUINO_PLUS_2/pins.csv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stmhal/boards/NETDUINO_PLUS_2/pins.csv b/stmhal/boards/NETDUINO_PLUS_2/pins.csv index f9b94a6c8..7857f4e87 100644 --- a/stmhal/boards/NETDUINO_PLUS_2/pins.csv +++ b/stmhal/boards/NETDUINO_PLUS_2/pins.csv @@ -12,6 +12,8 @@ D10,PB10 D11,PB15 D12,PB14 D13,PB13 +SDA,PB6 +SCL,PB7 A0,PC0 A1,PC1 A2,PC2 |
