.. | ||
.clang-format | ||
CMakeLists.txt | ||
monstrosity.c | ||
morse.c | ||
pico_extras_import_optional.cmake | ||
pico_sdk_import.cmake | ||
README.md | ||
tablegen.py | ||
test.c | ||
tusb_config.h | ||
usb_descriptors.c | ||
usb_descriptors.h |
raspberry pi pico playground
morse.c
: morse blinker (with a shell over serial to send messages to blink)monstrosity.c
: driver code for random components i had laying aroundtest.c
: morse code HID keyboard (needs two buttons). can use vim with ittablegen.py
: helper to generate keymaps fortest.c
morse
you will need to put the raspberry pi pico sdk somewhere and export PICO_SDK_PATH
to point to it.
also, it could be useful to export CMAKE_EXPORT_COMPILE_COMMANDS=1
to get a compile_commands.json
.