First, copy the code locally. You can go to the green Code button above and
download this as zip, or (preferably) use git to copy the code:
git clone https://github.com/ipworkshop/ipw2026-embedded-schelet.gitThis repository also comes with samples for the different courses you can look through. To see them:
git clone https://github.com/ipworkshop/ipw2026-embedded-schelet.git
cd ipw2026-embedded-schelet
git checkout samplesYou should then be able to run any sample from there using cargo run --bin <name_of_sample>.