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
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -416,6 +416,7 @@ devices which go beyond what is available in [`embedded-hal`]:
416
416
-[`accelerometer`](https://github.com/NeoBirth/accelerometer.rs) - Generic accelerometer support, including traits and types for taking readings from 2 or 3-axis accelerometers and tracking device orientations - 
417
417
-[`embedded-graphics`](https://crates.io/crates/embedded-graphics): 2D drawing library for any size display - 
418
418
-[`smart-leds`](https://github.com/smart-leds-rs): Support for addressable LEDs including WS2812 and APA102
419
+
-[`radio`](https://github.com/ryankurte/rust-radio) - Generic radio transceiver traits, mocks, and helpers - 
419
420
420
421
## Driver crates
421
422
@@ -463,6 +464,9 @@ have achieved the "released" status (published on crates.io + documentation / sh
463
464
31.[Si4703] - I2C - FM radio turner (receiver) driver - [Intro blog post][31] - 
34.[Sx127x] - SPI - Long Range Low Power Sub GHz (Gfsk, LoRa) RF Transceiver - [Intro blog post][34] - 
468
+
35.[Sx128x] - SPI - Long range, low power 2.4 GHz (Gfsk, Flrc, LoRa) RF Transceiver - [Intro blog post][35] - 
469
+
36.[AT86RF212] - SPI - Low power IEEE 802.15.4-2011 ISM RF Transceiver - [Intro blog post][36] - 
466
470
467
471
[L3GD20]: https://crates.io/crates/l3gd20
468
472
[LSM303DLHC]: https://crates.io/crates/lsm303dlhc
@@ -559,6 +563,15 @@ have achieved the "released" status (published on crates.io + documentation / sh
0 commit comments