rpi-pico-blink-examples/readme.txt

12 lines
266 B
Plaintext
Raw Normal View History

2024-02-08 21:08:36 -05:00
examples of blinking projects on rpi pico
one with C only
one with C using a static rust lib
one with rust using a static C lib
run ./build.sh in each of the directories to flash and run them to your rpi pico
If you have suggestions for better ways let me know