Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Jun 19, 2024
1 parent 4fb565e commit 373786a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/tildagon-apps/reference/badge-hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ To use the `Pin`s:

## `IMU`

The IMU device is a highly integrated, low power inertial measurement unit (IMU) that combines precise acceleration and angular rate (gyroscopic) measurement. The triple axis device has been configured to measure 2g and 2 degree per second ranges. It also has a step count function intended for wrist mounted applications
The IMU device is a highly integrated, low power inertial measurement unit (IMU) that combines precise acceleration and angular rate (gyroscopic) measurement. The triple axis device has been configured to measure 2g and 2 degree per second ranges. It also has a step count function intended for wrist mounted applications.

!!! note "More information about the sensor"

Expand Down Expand Up @@ -412,6 +412,8 @@ class ExampleApp(app.App):
__app_export__ = ExampleApp
```

The following example app measures steps as you walk aroudn with your badge:

```python
import app
import imu
Expand Down

0 comments on commit 373786a

Please sign in to comment.