Skip to content

Commit 1688a6d

Browse files
committed
add BMA400
1 parent 00550b4 commit 1688a6d

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
@@ -745,6 +745,7 @@ Otherwise please add it to the [WIP section](#WIP) below.
745745
1. [AnyLeaf] - I2C - pH sensor module - [github](https://github.com/AnyLeaf/ph-rust) - ![crates.io](https://img.shields.io/crates/v/anyleaf.svg)
746746
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)
747747
1. [BlueNRG] - SPI - driver for BlueNRG-MS Bluetooth module - [Intro post][15] ![crates.io](https://img.shields.io/crates/v/bluenrg.svg)
748+
1. [BMA400] - I2C/SPI - Bosch 12-bit 3-axis accelerometer - [github][69] ![crates.io](https://img.shields.io/crates/v/bma400.svg)
748749
1. [BNO055] - I2C - Bosch Sensortec BNO055 9-axis IMU driver - [Intro post][18] ![crates.io](https://img.shields.io/crates/v/bno055.svg)
749750
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)
750751
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.
876877
[66]: https://github.com/GrepitAB/ade791x-rs
877878
[67]: https://barafael.github.io/A-Platform-Agnostic-Driver-for-EBYTE-E32-LoRa-Modules/
878879
[68]: https://github.com/UnderLogic/sega-controller
880+
[69]: https://github.com/cfrenette/bma400-rs
879881

880882
[AD983x]: https://crates.io/crates/ad983x
881883
[adafruit-alphanum4]: https://crates.io/crates/adafruit-alphanum4
@@ -889,6 +891,7 @@ Otherwise please add it to the [WIP section](#WIP) below.
889891
[AnyLeaf]: https://crates.io/crates/anyleaf
890892
[at86rf212]: https://crates.io/crates/radio-at86rf212
891893
[BlueNRG]: https://crates.io/crates/bluenrg
894+
[BMA400]: https://crates.io/crates/bma400
892895
[BNO055]: https://crates.io/crates/bno055
893896
[dht-sensor]: https://crates.io/crates/dht-sensor
894897
[DRV8825]: https://crates.io/crates/drv8825

0 commit comments

Comments
 (0)