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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -325,6 +325,8 @@ The following crates provide HAL-like abstractions for subcomponents of embedded
325
325
devices which go beyond what is available in [`embedded-hal`]:
326
326
327
327
-[`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 - 
328
+
-[`embedded-graphics`](https://crates.io/crates/embedded-graphics): 2D drawing library for any size display - 
329
+
-[`smart-leds`](https://github.com/smart-leds-rs): Support for addressable LEDs including WS2812 and APA102
328
330
329
331
## Driver crates
330
332
@@ -579,7 +581,6 @@ Work in progress drivers. Help the authors make these crates awesome!
579
581
-[bluetooth-hci](https://crates.io/crates/bluetooth-hci): device-independent Bluetooth Host-Controller Interface implementation. 
-[console-traits](https://github.com/thejpster/console-traits): Describes a basic text console. Used by [menu] and implemented by [vga-framebuffer]. 
582
-
-[embedded-graphics](https://crates.io/crates/embedded-graphics): 2D drawing library for any size display - 
583
584
-[tinybmp](https://crates.io/crates/tinybmp): No-std, no-alloc BMP parser for embedded systems. [Introductory blog post](https://wapl.es/rust/2019/03/04/embedded-graphics-0.4.7-bmp-support.html) - 
-[ieee802154](https://crates.io/crates/ieee802154): Partial implementation of the IEEE 802.15.4 standard - 
@@ -594,7 +595,6 @@ Work in progress drivers. Help the authors make these crates awesome!
594
595
-[qei](https://crates.io/crates/qei) : A qei wrapper that allows you to extend your qei timers from a 16 bit integer to a 64 bit integer. - 
595
596
-[register-rs](https://github.com/rust-osdev/register-rs): Unified interface for MMIO and CPU registers. Provides type-safe bitfield manipulation. - 
596
597
-[scroll](https://crates.io/crates/scroll): extensible and endian-aware Read/Write traits for generic containers - 
597
-
-[smart-leds-rs](https://github.com/smart-leds-rs): Organization for addressable LEDs including WS2812 and APA102
598
598
-[smoltcp](https://github.com/m-labs/smoltcp): a small TCP/IP stack that runs without `alloc`. 
599
599
-[vga-framebuffer]: A VGA signal generator and font renderer for VGA-less microcontrollers. Used by [Monotron](https://github.com/thejpster/monotron) to generate 48 by 36 character display using 3 SPI peripherals and a timer. 
600
600
-[dcmimu]: An algorithm for fusing low-cost triaxial MEMS gyroscope and accelerometer measurements 
0 commit comments