An open API service indexing awesome lists of open source software.

https://github.com/smartinscottlogic/advent_2024_embassy


https://github.com/smartinscottlogic/advent_2024_embassy

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# advent_2024_embassy
Run on Pico
* cargo run --features defmt

Run on Local (linux)
* cargo run --target=x86_64-unknown-linux-gnu --bin linuxmain --features log

Run on Local (windows)
* cargo run --target=x86_64-pc-windows-msvc --bin winmain --features log