Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
b67eb20e
Commit
b67eb20e
authored
Aug 01, 2016
by
David Siorpaes
Committed by
Damien George
Aug 04, 2016
Browse files
stmhal: Fix I2C mappings for STM32F429DISC board.
parent
4a27ad04
Changes
1
Hide whitespace changes
Inline
Side-by-side
stmhal/boards/STM32F429DISC/mpconfigboard.h
View file @
b67eb20e
...
...
@@ -29,8 +29,8 @@
#define MICROPY_HW_UART2_PINS (GPIO_PIN_8 | GPIO_PIN_9)
// I2C busses
#define MICROPY_HW_I2C
1
_SCL (pin_A8)
#define MICROPY_HW_I2C
1
_SDA (pin_C9)
#define MICROPY_HW_I2C
3
_SCL (pin_A8)
#define MICROPY_HW_I2C
3
_SDA (pin_C9)
// SPI busses
//#define MICROPY_HW_SPI1_NSS (pin_A4)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment