1
0
Fork
You've already forked device-driver-examples
0
Hynitron CST816S Device Driver in Rust using device-driver crate
  • Rust 100%
2025年08月31日 11:25:33 +12:00
docs/blog some links 2025年01月09日 15:20:26 +11:00
driver update to 2024 edition 2025年08月20日 22:07:38 +10:00
examples fix pin 2025年08月31日 11:25:33 +12:00
.gitignore cst816s Driver and Example code 2025年01月06日 17:54:55 +11:00
memory.x cst816s Driver and Example code 2025年01月06日 17:54:55 +11:00
README.md update readme 2025年01月09日 11:40:52 +11:00

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.