Skip to content

Commit a97fb2e

Browse files
authored
Update README.md
1 parent a149911 commit a97fb2e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
[![Build and publish Doxygen docs](https://github.com/2bn-dev/kxtj3/actions/workflows/doxygen_publish.yml/badge.svg)](https://github.com/2bn-dev/kxtj3/actions/workflows/doxygen_publish.yml)
33
[![Build Example Apps for RP2040](https://github.com/2bn-dev/kxtj3/actions/workflows/cmake.yml/badge.svg)](https://github.com/2bn-dev/kxtj3/actions/workflows/cmake.yml)
44

5+
6+
This library implements the API for accessing the Rohm / Kionix KXTJ3-1057 Accelerometer. It implements all interfaces in the datasheet. It is a low cost, 3-axis accelerometer with I2C communication as well as an interrupt interface. It supports 8 bit, 12 bit, and 14 bit depths, +/- 2G, 4G, 8G, or 16G ranges, and many output data rates from 0.781 Hz to 1600 Hz. It provides extreme low power modes with wake-up interrupt configuration settings.
7+
58
## Documentation
69

710
https://2bn-dev.github.io/kxtj3/
811

9-
This library implements the API for accessing the Rohm / Kionix KXTJ3-1057 Accelerometer. It implements all interfaces in the datasheet. It is a low cost, 3-axis accelerometer with I2C communication as well as an interrupt interface. It supports 8 bit, 12 bit, and 14 bit depths, +/- 2G, 4G, 8G, or 16G ranges, and many output data rates from 0.781 Hz to 1600 Hz. It provides extreme low power modes with wake-up interrupt configuration settings.
10-
1112
## Supported devices
1213
* RP2040 (via C pico-sdk hardware/i2c.h)
1314
* [planned] ESP32 (via ESP-IDF)

0 commit comments

Comments
 (0)