How does mpconfigboard.h
work?
#17376
Replies: 1 comment
-
Quite certain that it is OK |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you have something defined in
mpconfigboard.h
like this:// UART4 config
#define MICROPY_HW_UART4_TX (pin_C11) // C11
#define MICROPY_HW_UART4_RX (pin_C10) // C10
are you then allowed to use C11 and C10 as GPIO?
Beta Was this translation helpful? Give feedback.
All reactions