mbed library sources. Supersedes mbed-src. GR-PEACH runs on RAM.
Fork of mbed-dev by
Revision 53:340b9a9997b2, committed 2016-01-20
- Comitter:
- mbed_official
- Date:
- Wed Jan 20 08:15:10 2016 +0000
- Parent:
- 52:4ce9155acc4d
- Child:
- 54:2a2065e67ef6
- Commit message:
- Synchronized with git revision 813874ee2b994e34d5a9debacf5bcb9d82163a7b
Full URL: https://github.com/mbedmicro/mbed/commit/813874ee2b994e34d5a9debacf5bcb9d82163a7b/
[MAX32600MBED] Fixing a typo with the I2C pin names.
Changed in this revision
targets/hal/TARGET_Maxim/TARGET_MAX32600/TARGET_MAX32600MBED/PinNames.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/targets/hal/TARGET_Maxim/TARGET_MAX32600/TARGET_MAX32600MBED/PinNames.h Fri Jan 15 13:15:11 2016 +0000 +++ b/targets/hal/TARGET_Maxim/TARGET_MAX32600/TARGET_MAX32600MBED/PinNames.h Wed Jan 20 08:15:10 2016 +0000 @@ -192,8 +192,8 @@ STDIO_UART_RX = USBRX, // I2C pins - I2C0_SCL = P2_4, - I2C0_SDA = P2_5, + I2C0_SCL = P2_5, + I2C0_SDA = P2_4, I2C1_SCL = P2_7, I2C1_SDA = P2_6,