Files
GP2040-CE/headers/build_info.h
Luke Arntson 4bbeebc92e GPIO PinXY Assignment in Board Config (#796)
* 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>
2024-01-15 23:45:32 -05:00

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"