default

Example of the component esp-idf-lib/sfa3x v1.0.6
## What the example does

* Prints the device making
* Reads measurements from the device in a loop

## Wiring

| Chip    | SDA | SCL |
|---------|-----|-----|
| ESP8266 | 4   | 5   |
| ESP32s  | 16  | 17  |

To create a project from this example, run:

idf.py create-project-from-example "esp-idf-lib/sfa3x=1.0.6:default"

or download archive (~2.17 KB)