Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 455 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 455 Bytes

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.