Skip to content

Commit c6c8c2b

Browse files
sajattacktherealprof
authored andcommitted
add bitbang-hal and st7735-lcd (#189)
1 parent 643ace7 commit c6c8c2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,11 @@ Implementations of [`embedded-hal`] for microcontroller families and systems run
175175

176176
- [`linux-embedded-hal`] for embedded Linux systems like the Raspberry Pi. - ![crates.io](https://img.shields.io/crates/v/linux-embedded-hal.svg)
177177
- [`ftdi-embedded-hal`] for FTDI FTx232H chips connected to Linux systems via USB
178+
- [`bitbang-hal`] software protocol implementations for microcontrollers with digital::OutputPin and digital::InputPin
178179

179180
[`linux-embedded-hal`]: https://crates.io/crates/linux-embedded-hal
180181
[`ftdi-embedded-hal`]: https://github.com/geomatsi/ftdi-embedded-hal
182+
[`bitbang-hal`]: https://crates.io/crates/bitbang-hal
181183

182184
### Microchip
183185

@@ -528,6 +530,7 @@ Work in progress drivers. Help the authors make these crates awesome!
528530
- [SCD30] - I2C - CO₂ sensor - ![crates.io](https://img.shields.io/crates/v/scd30.svg)
529531
- [TPA2016D2] - I2C - A driver for interfacing with the Texas Instruments TPA2016D2 Class-D amplifier - ![crates.io](https://img.shields.io/crates/v/tpa2016d2.svg)
530532
- [RN2xx3] - Serial - A driver for the RN2483 / RN2903 LoRaWAN modems by Microchip
533+
- [ST7735-lcd] - SPI - An embedded-graphics compatible driver for the popular lcd family from Sitronix ![crates.io](https://img.shields.io/crates/v/st7735-lcd.svg)
531534

532535
[MFRC522]: https://github.com/japaric/mfrc522
533536
[motor-driver]: https://github.com/japaric/motor-driver
@@ -595,6 +598,7 @@ Work in progress drivers. Help the authors make these crates awesome!
595598
[SCD30]: https://crates.io/crates/scd30
596599
[TPA2016D2]: https://crates.io/crates/tpa2016d2
597600
[RN2xx3]: https://github.com/dbrgn/rn2xx3-rs/
601+
[ST7735-lcd]: https://crates.io/crates/st7735-lcd
598602

599603
## no-std crates
600604

0 commit comments

Comments
 (0)