You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
247: Add USB crates r=jamesmunns a=twitchyliquid64
I noticed nothing around USB was on here yet, hence the PR.
I haven't added peripheral USB crates, as these are mostly part of existing hal crates already (ie: atsamd)
Co-authored-by: Twitch <twitchyliquid64@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -428,6 +428,7 @@ devices which go beyond what is available in [`embedded-hal`]:
428
428
-[`embedded-graphics`](https://crates.io/crates/embedded-graphics): 2D drawing library for any size display - 
429
429
-[`radio`](https://github.com/ryankurte/rust-radio) - Generic radio transceiver traits, mocks, and helpers - 
430
430
-[`smart-leds`](https://github.com/smart-leds-rs): Support for addressable LEDs including WS2812 and APA102
431
+
-[`usb-device`](https://github.com/mvirkkunen/usb-device): Abstraction layer between USB peripheral crates & USB class crates - 
431
432
432
433
## Driver crates
433
434
@@ -478,6 +479,9 @@ have achieved the "released" status (published on crates.io + documentation / sh
0 commit comments