read_angle

Example of the component enix223/esp_mt6701 v0.1.3
# MT6701 Read angle

This example simplely read angle from mt6701 every 100ms.

## Example Pin connect for ESP32S3

| FROM (ESP32S3) | TO (MT6701) |
|-|-|
| GPIO_35 | MT6701 SDA |
| GPIO_36 | MT6701 SCL |
| 3V3 | VCC |
| GND | GND |

To create a project from this example, run:

idf.py create-project-from-example "enix223/esp_mt6701=0.1.3:read_angle"

or download archive (~83 bytes)