From f5031ef01c5e39d5eeb478d8596b61a0d5c5aa57 Mon Sep 17 00:00:00 2001 From: trembel Date: Wed, 4 Dec 2024 09:04:19 +0100 Subject: [PATCH 1/2] [ADD] AEM10900 Driver This commit adds the AEM10900 energy harvester to the driver's list --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 25b6fdc7..e9ca6345 100644 --- a/README.md +++ b/README.md @@ -773,6 +773,7 @@ Otherwise, please add it to the [WIP section](#wip) below. 1. [ADXL313] - SPI - 3-axis accelerometer - [![crates.io](https://img.shields.io/crates/v/adxl313.svg)](https://crates.io/crates/adxl313) 1. [ADXL343] - I2C - 3-axis accelerometer - [![crates.io](https://img.shields.io/crates/v/adxl343.svg)](https://crates.io/crates/adxl343) 1. [ADXL355] - SPI - 3-axis accelerometer - [Intro blog post][43] - [![crates.io](https://img.shields.io/crates/v/adxl355.svg)](https://crates.io/crates/adxl355) +1. [AEM10900] - I2C - Energy Harvester - [github](https://github.com/trembel/aem10900) - [![crates.io](https://img.shields.io/crates/v/aem10900.svg)](https://crates.io/crates/aem10900) 1. [AFE4404] - I2C - Pulse oximeter - [![crates.io](https://img.shields.io/crates/v/afe4404.svg)](https://crates.io/crates/afe4404) 1. [AHT20] - I2C - Humidity and temperature sensor - [github](https://github.com/chocol4te/aht20) - [![crates.io](https://img.shields.io/crates/v/aht20.svg)](https://crates.io/crates/aht20) 1. [AHT20-driver] - I2C - Humidity and temperature sensor - [Intro blog post][61] - [github][62] - [![crates.io](https://img.shields.io/crates/v/aht20-driver.svg)](https://crates.io/crates/aht20-driver) @@ -930,6 +931,7 @@ Otherwise, please add it to the [WIP section](#wip) below. [ADXL313]: https://crates.io/crates/adxl313 [ADXL343]: https://crates.io/crates/adxl343 [ADXL355]: https://crates.io/crates/adxl355 +[AEM10900]: https://crates.io/crates/aem10900 [AFE4404]: https://github.com/pulse-loop/afe4404 [AHT20]: https://crates.io/crates/aht20 [AHT20-driver]: https://crates.io/crates/aht20-driver From 67ac7c59e1e924414c45b68a269eac6a16e7a89d Mon Sep 17 00:00:00 2001 From: trembel Date: Wed, 4 Dec 2024 09:07:45 +0100 Subject: [PATCH 2/2] [ADD] FH101RF Driver This commit adds the FH101RF wake-up radio to the driver's list --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e9ca6345..c61ebc3b 100644 --- a/README.md +++ b/README.md @@ -792,6 +792,7 @@ Otherwise, please add it to the [WIP section](#wip) below. 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)](https://crates.io/crates/embedded-ccs811) 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)](https://crates.io/crates/embedded-sdmmc) 1. [ENC28J60] - SPI - Ethernet controller - [Intro blog post][4] - [![crates.io](https://img.shields.io/crates/v/enc28j60.svg)](https://crates.io/crates/enc28j60) +1. [FH101RF] - SPI - Wake-Up Radio - [github](https://github.com/trembel/fh101rf) - [![crates.io](https://img.shields.io/crates/v/fh101rf.svg)](https://crates.io/crates/fh101rf) 1. [FUSB302B] - I2C - Programmable USB Type‐C Controller with USB Power Delivery - [github][69] 1. [HC-12] - SERIAL - Wireless serial transceiver module - [Intro blog post][56] - [github][53] - [![crates.io](https://img.shields.io/crates/v/hc12-at.svg)](https://crates.io/crates/hc12-at) 1. [HTS221] - I2C - Humidity and temperature sensor - [Intro blog post][7] - [![crates.io](https://img.shields.io/crates/v/hts221.svg)](https://crates.io/crates/hts221) @@ -949,6 +950,7 @@ Otherwise, please add it to the [WIP section](#wip) below. [embedded-ccs811]: https://crates.io/crates/embedded-ccs811 [embedded-sdmmc]: https://crates.io/crates/embedded-sdmmc [ENC28J60]: https://crates.io/crates/enc28j60 +[FH101RF]: https://crates.io/crates/fh101rf [FUSB302B]: https://github.com/fmckeogh/usb-pd-rs [HTS221]: https://crates.io/crates/hts221 [IIS2MDC]: https://crates.io/crates/iis2mdc