rpi pico blink examples with c & rust https://github.com/moparisthebest/rpi-pico-blink-examples
Go to file
Travis Burtrum 6e48ce664e c-with-rust: make cmake call cargo 2024-02-08 22:49:40 -05:00
c Initial commit 2024-02-08 21:08:36 -05:00
c-with-rust c-with-rust: make cmake call cargo 2024-02-08 22:49:40 -05:00
rust-with-c Initial commit 2024-02-08 21:08:36 -05:00
readme.txt Initial commit 2024-02-08 21:08:36 -05:00

readme.txt

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