* First initial draft of pin-assignment in board config * Clean-ups to board configs * Quick fix on gpioaction * Pulling main into my gpio pin config branch (#797) * use if-else block logic instead of switch in jslider debouncer (#793) I'm not going to say we *understand* why this fixes #790, but it appears to. * Adds a "pin viewer" in pin mapping page (#794) --------- Co-authored-by: Brian S. Stephan <bss@incorporeal.org> Co-authored-by: Pelsin <ian@vidales.se> --------- Co-authored-by: Brian S. Stephan <bss@incorporeal.org> Co-authored-by: Pelsin <ian@vidales.se>
6 lines
166 B
C
6 lines
166 B
C
/* generate build information (such as stuff auto-included in the .uf2) */
|
|
#include "pico/binary_info.h"
|
|
#include "pico/binary_info/code.h"
|
|
|
|
#include "BoardConfig.h"
|