Hynitron CST816S Device Driver in Rust using device-driver crate
- Rust 100%
| docs/blog | some links | |
| driver | update to 2024 edition | |
| examples | fix pin | |
| .gitignore | cst816s Driver and Example code | |
| memory.x | cst816s Driver and Example code | |
| README.md | update readme | |
Device Driver Example
This is the repository accompanying my blog post on implementing an embedded rust device driver using the device-driver crate.
Driver Crate
In driver/ we have the device driver we created in the post.
Example
in example/ we have a binary crate which uses the device driver and the waveshare lcd touch board with an rp2040.