From 1688a6d36d8b436ae5d424e59e399ee87583e0e6 Mon Sep 17 00:00:00 2001 From: cfrenette Date: Tue, 14 Mar 2023 18:03:29 -0400 Subject: [PATCH] add BMA400 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 131739c..22a83c8 100644 --- a/README.md +++ b/README.md @@ -745,6 +745,7 @@ Otherwise please add it to the [WIP section](#WIP) below. 1. [AnyLeaf] - I2C - pH sensor module - [github](https://github.com/AnyLeaf/ph-rust) - ![crates.io](https://img.shields.io/crates/v/anyleaf.svg) 1. [AT86RF212] - SPI - Low power IEEE 802.15.4-2011 ISM RF Transceiver - [Intro blog post][36] - ![crates.io](https://img.shields.io/crates/v/radio-at86rf212.svg) 1. [BlueNRG] - SPI - driver for BlueNRG-MS Bluetooth module - [Intro post][15] ![crates.io](https://img.shields.io/crates/v/bluenrg.svg) +1. [BMA400] - I2C/SPI - Bosch 12-bit 3-axis accelerometer - [github][69] ![crates.io](https://img.shields.io/crates/v/bma400.svg) 1. [BNO055] - I2C - Bosch Sensortec BNO055 9-axis IMU driver - [Intro post][18] ![crates.io](https://img.shields.io/crates/v/bno055.svg) 1. [CD74HC4067] - GPIO - 16-channel digital and analog multiplexer - [Intro blog post][55] - [github][54] - ![crates.io](https://img.shields.io/crates/v/cd74hc4067.svg) 1. [dht-sensor] - 1-Wire - DHT11/DHT22 temperature/humidity sensor driver - [github][48] - ![crates.io](https://img.shields.io/crates/v/dht-sensor.svg) @@ -876,6 +877,7 @@ Otherwise please add it to the [WIP section](#WIP) below. [66]: https://github.com/GrepitAB/ade791x-rs [67]: https://barafael.github.io/A-Platform-Agnostic-Driver-for-EBYTE-E32-LoRa-Modules/ [68]: https://github.com/UnderLogic/sega-controller +[69]: https://github.com/cfrenette/bma400-rs [AD983x]: https://crates.io/crates/ad983x [adafruit-alphanum4]: https://crates.io/crates/adafruit-alphanum4 @@ -889,6 +891,7 @@ Otherwise please add it to the [WIP section](#WIP) below. [AnyLeaf]: https://crates.io/crates/anyleaf [at86rf212]: https://crates.io/crates/radio-at86rf212 [BlueNRG]: https://crates.io/crates/bluenrg +[BMA400]: https://crates.io/crates/bma400 [BNO055]: https://crates.io/crates/bno055 [dht-sensor]: https://crates.io/crates/dht-sensor [DRV8825]: https://crates.io/crates/drv8825