Skip to content
This repository was archived by the owner on May 27, 2020. It is now read-only.

Commit 583d85f

Browse files
committed
Adding connection info to example.
1 parent 70f0953 commit 583d85f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Library/HTU21D_Humidity/examples/Humidity/Humidity.ino

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
Errors 998 if not sensor is detected. Errors 999 is CRC is bad.
1111
1212
Serial.print it out at 9600 baud to serial monitor.
13+
14+
Hardware Connections (Breakoutboard to Arduino):
15+
-VCC = 3.3V
16+
-SDA = A4 (use inline 10k resistor if your board is 5V)
17+
-SCL = A5 (use inline 10k resistor if your board is 5V)
18+
1319
*/
1420

1521
#include <Wire.h>

0 commit comments

Comments
 (0)