This is the repository accompanying my blog post on implementing an embedded rust device driver using the device-driver
crate.
In driver/
we have the device driver we created in the post.
in example/
we have a binary crate which uses the device driver and the waveshare lcd touch board with an rp2040.