Changes
Page history
added pull up question
authored
Oct 12, 2016
by
Matthias Wenzl
Show whitespace changes
Inline
Side-by-side
home.asciidoc
View page @
255d82db
...
@@ -12,8 +12,9 @@
...
@@ -12,8 +12,9 @@
== My GPIO Pins are configured as input and the pull-ups are set, but button presses are still not recognized
== 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().
Thererore, call GPIOPinTypeGPIOInput() *before* calling GPIOPadConfigSet().
{blank}
== What is the "best" way to start a "new" Project
== 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:
Since there are many configurations well hidden in the project settings that can severely impact the behavior of the binary, the *recommended way* is:
...
...
...
...