Skip to content

Commit 37b9e15

Browse files
bors[bot]barafael
andauthored
Merge #392
392: Add ebyte-e32 to list r=eldruin a=barafael This PR adds the ebyte-e32 driver to the list of embedded-hal driver projects I am the maintainer of this driver. Co-authored-by: Rafael Bachmann <[email protected]>
2 parents 1abb4df + 78226bc commit 37b9e15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,7 @@ Otherwise please add it to the [WIP section](#WIP) below.
732732
1. [dht-sensor] - 1-Wire - DHT11/DHT22 temperature/humidity sensor driver - [github][48] - ![crates.io](https://img.shields.io/crates/v/dht-sensor.svg)
733733
1. [DRV8825] - DRV8825 Stepper Motor Driver (based on [Stepper]) - [Intro blog post][52] - ![crates.io](https://img.shields.io/crates/v/drv8825.svg)
734734
1. [DS1307] - I2C - Real-time clock driver - [Intro blog post][13] - ![crates.io](https://img.shields.io/crates/v/ds1307.svg)
735+
1. [ebyte-e32] - SERIAL - Ebyte E32 LoRa module driver - [Intro blog post][67] - ![crates.io](https://img.shields.io/crates/v/ebyte-e32.svg)
735736
1. [EEPROM24x] - I2C - 24x series serial EEPROM driver - [Intro blog post][12] - ![crates.io](https://img.shields.io/crates/v/eeprom24x.svg)
736737
1. [embedded-ccs811] - I2C - Gas and VOC sensor driver for monitoring indoor air quality - [Intro blog post][49] - ![crates.io](https://img.shields.io/crates/v/embedded-ccs811.svg)
737738
1. [embedded-sdmmc] - SPI - SD/MMC Card Driver with MS-DOS Partition and FAT16/FAT32 support - [Intro post][20] ![crates.io](https://img.shields.io/crates/v/embedded-sdmmc.svg)
@@ -852,6 +853,7 @@ Otherwise please add it to the [WIP section](#WIP) below.
852853
[64]: https://github.com/Finomnis/st7565
853854
[65]: https://github.com/dlkj/usbd-human-interface-device
854855
[66]: https://github.com/GrepitAB/ade791x-rs
856+
[67]: https://barafael.github.io/A-Platform-Agnostic-Driver-for-EBYTE-E32-LoRa-Modules/
855857

856858
[AD983x]: https://crates.io/crates/ad983x
857859
[adafruit-alphanum4]: https://crates.io/crates/adafruit-alphanum4
@@ -869,6 +871,7 @@ Otherwise please add it to the [WIP section](#WIP) below.
869871
[dht-sensor]: https://crates.io/crates/dht-sensor
870872
[DRV8825]: https://crates.io/crates/drv8825
871873
[DS1307]: https://crates.io/crates/ds1307
874+
[ebyte-e32]: https://crates.io/crates/ebyte-e32
872875
[EEPROM24x]: https://crates.io/crates/eeprom24x
873876
[embedded-ccs811]: https://crates.io/crates/embedded-ccs811
874877
[embedded-sdmmc]: https://crates.io/crates/embedded-sdmmc

0 commit comments

Comments
 (0)