added pull up question authored by Matthias Wenzl's avatar Matthias Wenzl
......@@ -12,8 +12,9 @@
== My GPIO Pins are configured as input and the pull-ups are set, but button presses are still not recognized
GPIOPinTypeGPIOInput() calls GPIOPadConfigSet() which overwrites previous configurations.
GPIOPinTypeGPIOInput() calls GPIOPadConfigSet() which overwrites previous configurations. +
Thererore, call GPIOPinTypeGPIOInput() *before* calling GPIOPadConfigSet().
{blank}
== What is the "best" way to start a "new" Project
Since there are many configurations well hidden in the project settings that can severely impact the behavior of the binary, the *recommended way* is:
......
......