imxrt-rs / imxrt-usbd

USB device driver for i.MX RT processors
Apache License 2.0
7 stars 9 forks source link

a rough attempt at a USB keyboard example #13

Closed mutantbob closed 2 years ago

mutantbob commented 2 years ago

It took me a while, but I think I have a working example of how to generate USB keystrokes from a Teensy 4.0.

teburd commented 2 years ago

super cool!

mutantbob commented 2 years ago

The commit with hash 05c6584 should not be part of this pull request, it contains experimental changes for an API change proposed for upstream dependencies.

mutantbob commented 2 years ago

I have created a replacement pull request that includes only the commit I want to contribute right now. https://github.com/imxrt-rs/imxrt-usbd/pull/14