Skip to content

Commit

Permalink
📝 update docs [#7]
Browse files Browse the repository at this point in the history
  • Loading branch information
selyunin committed Nov 29, 2024
1 parent b1848ba commit 98087f0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ These are self-contained examples for using the `umrx-v3-py` with Application Bo
* [`switch_app_dfu.py`](./switch_app_dfu.py)
* [`switch_app_mtp.py`](./switch_app_mtp.py)


## [`bmi088`](https://www.bosch-sensortec.com/products/motion-sensors/imus/bmi088/)

The examples in the [`bmi088`](./bmi088) folder
show different communication features for the
[BMI088 shuttle](https://www.bosch-sensortec.com/media/boschsensortec/downloads/shuttle_board_flyer/application_board_3_1/bst-bmi088-sf000.pdf)
Expand All @@ -17,6 +20,20 @@ board:
* [`bmi088/bmi088_spi_polling_streaming.py`](./bmi088/bmi088_spi_polling_streaming.py)
* [`bmi088/bmi088_spi_interrupt_streaming.py`](./bmi088/bmi088_spi_interrupt_streaming.py)

## [`bmi323`](https://www.bosch-sensortec.com/products/motion-sensors/imus/bmi323/)

The examples in the [`bmi323`](./bmi323) folder
show different communication features for the
[BMI323 shuttle](https://www.bosch-sensortec.com/media/boschsensortec/downloads/shuttle_board_flyer/bst-bmi323-sf000.pdf)
board:

* [`bmi088/bmi323_i2c_read_write.py`](./bmi323/bmi323_i2c_read_write.py)
* [`bmi088/bmi323_i2c_polling_streaming.py`](./bmi323/bmi323_i2c_polling_streaming.py)
* [`bmi088/bmi323_i2c_interrupt_streaming.py`](./bmi323/bmi323_i2c_interrupt_streaming.py)
* [`bmi088/bmi323_spi_read_write.py`](./bmi323/bmi323_spi_read_write.py)
* [`bmi088/bmi323_spi_polling_streaming.py`](./bmi323/bmi323_spi_polling_streaming.py)
* [`bmi088/bmi323_spi_interrupt_streaming.py`](./bmi323/bmi323_spi_interrupt_streaming.py)


## Need a specific example or do not know how to read data from your sensor?

Expand Down

0 comments on commit 98087f0

Please sign in to comment.