Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalocasas authored and rac2030 committed Jun 16, 2018
1 parent c3b86e6 commit 97fb7db
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions firmware/examples/sht-autodetect/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# SHT-Autodetect

Very simple sensor test using Sensirion SHT sensors (tested with SHT31) based on the examples of [Sensirion's Arduino SHT lib](https://github.com/Sensirion/arduino-sht).

## Wiring

* `SCL` -> `IO35` (NINA nomenclature)
* `SDA` -> `IO36` (NINA nomenclature)
* `VCC` -> `VCC`
* `GND` -> `GND`

0 comments on commit 97fb7db

Please sign in to comment.