These examples additionally uses other crates with parts of Playdate API to minimize the amount of code.
```bash
cargo playdate run -p=playdate-controls --example=buttons --features=sys/lang-items,sys/entry-point
cargo playdate run -p=playdate-controls --example=accelerometer --features=sys/lang-items,sys/entry-point
```
More information how to use [cargo-playdate][] in help: `cargo playdate --help`.