From 4b2938a4b0ec6b31691509003cb1eda9458fa2d7 Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Fri, 12 Feb 2016 21:25:00 -0800 Subject: stmhal: Some NETDUINO_PLUS_2 cleanup - Put the I2C bus on the corect pins - Add the appropriate board_init to power the shield --- stmhal/boards/NETDUINO_PLUS_2/pins.csv | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stmhal/boards/NETDUINO_PLUS_2/pins.csv') 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 -- cgit v1.2.3