Skip to content

Commit ad0fb98

Browse files
committed
README.md: Add ADXL343 driver info
1 parent 43d78ce commit ad0fb98

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
@@ -316,6 +316,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
316316
18. [BNO055] - I2C - Bosch Sensortec BNO055 9-axis IMU driver - [Intro post][18] ![crates.io](https://img.shields.io/crates/v/bno055.svg)
317317
19. [SH1106] - I2C - Monochrome OLED display controller - [Intro post][19] ![crates.io](https://img.shields.io/crates/v/sh1106.svg)
318318
20. [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)
319+
21. [ADXL343] - I2C - 3-axis accelerometer - ![crates.io](https://img.shields.io/crates/v/adxl343.svg)
319320

320321
[L3GD20]: https://crates.io/crates/l3gd20
321322
[LSM303DLHC]: https://crates.io/crates/lsm303dlhc
@@ -374,6 +375,8 @@ have achieved the "released" status (published on crates.io + documentation / sh
374375
[embedded-sdmmc]: https://crates.io/crates/embedded-sdmmc
375376
[20]: https://www.reddit.com/r/rust/comments/ascvls/introducing_embeddedsdmmc_a_purerust_no_std_sd/
376377

378+
[ADXL343]: https://crates.io/crates/adxl343
379+
377380
*NOTE* You may be able to find even more driver crates by searching for the [`embedded-hal-driver`]
378381
keyword on crates.io!
379382

0 commit comments

Comments
 (0)