Skip to content

Commit caa4f28

Browse files
bors[bot]eldruin
andcommitted
Merge #184
184: Release KXCJ9/KXCJB accelerometer driver r=andre-richter a=eldruin This driver is now functionally complete :) Co-authored-by: Diego Barrios Romero <[email protected]>
2 parents d3fceb6 + c4d60ad commit caa4f28

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
374374
21. [ADXL343] - I2C - 3-axis accelerometer - ![crates.io](https://img.shields.io/crates/v/adxl343.svg)
375375
22. [TMP1x2] - I2C - TMP102 and TMP112x temperature sensor driver - [Intro blog post][22] ![crates.io](https://img.shields.io/crates/v/tmp1x2.svg)
376376
23. [ADS1x1x] - I2C - 12/16-bit ADCs like ADS1013, ADS1015, ADS1115, etc. - [Intro blog post][23] - ![crates.io](https://img.shields.io/crates/v/ads1x1x.svg)
377+
24. [KXCJ9] - I2C - KXCJ9/KXCJB 3-axis accelerometers - [Intro blog post][24] - ![crates.io](https://img.shields.io/crates/v/kxcj9.svg)
377378

378379
[L3GD20]: https://crates.io/crates/l3gd20
379380
[LSM303DLHC]: https://crates.io/crates/lsm303dlhc
@@ -440,6 +441,9 @@ have achieved the "released" status (published on crates.io + documentation / sh
440441
[ADS1x1x]: https://crates.io/crates/ads1x1x
441442
[23]: https://blog.eldruin.com/ads1x1x-analog-to-digital-converter-driver-in-rust/
442443

444+
[KXCJ9]: https://crates.io/crates/kxcj9
445+
[24]: https://blog.eldruin.com/kxcj9-kxcjb-tri-axis-mems-accelerator-driver-in-rust/
446+
443447

444448
*NOTE* You may be able to find even more driver crates by searching for the [`embedded-hal-driver`]
445449
keyword on crates.io!
@@ -514,7 +518,6 @@ Work in progress drivers. Help the authors make these crates awesome!
514518
- [vesc-comm] - A driver for communicating with [VESC-compatible electronic speed controllers](http://vedder.se/2015/01/vesc-open-source-esc/) ![crates.io](https://img.shields.io/crates/v/vesc-comm.svg)
515519
- [VEML6040] - I2C - RGBW color light sensor - ![crates.io](https://img.shields.io/crates/v/veml6040.svg)
516520
- [SCD30] - I2C - CO₂ sensor - ![crates.io](https://img.shields.io/crates/v/scd30.svg)
517-
- [KXCJ9] - I2C - Tri-axis accelerometer - ![crates.io](https://img.shields.io/crates/v/kxcj9.svg)
518521
- [TPA2016D2] - I2C - A driver for interfacing with the Texas Instruments TPA2016D2 Class-D amplifier - ![crates.io](https://img.shields.io/crates/v/tpa2016d2.svg)
519522

520523
[MFRC522]: https://github.com/japaric/mfrc522
@@ -581,7 +584,6 @@ Work in progress drivers. Help the authors make these crates awesome!
581584
[vesc-comm]: https://github.com/chocol4te/vesc-comm
582585
[VEML6040]: https://crates.io/crates/veml6040
583586
[SCD30]: https://crates.io/crates/scd30
584-
[KXCJ9]: https://crates.io/crates/kxcj9
585587
[TPA2016D2]: https://crates.io/crates/tpa2016d2
586588

587589
## no-std crates

0 commit comments

Comments
 (0)