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

Commit

Permalink
Adding connection info to example.
Browse files Browse the repository at this point in the history
  • Loading branch information
nseidle committed Sep 25, 2013
1 parent 70f0953 commit 583d85f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Library/HTU21D_Humidity/examples/Humidity/Humidity.ino
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
Errors 998 if not sensor is detected. Errors 999 is CRC is bad.
Serial.print it out at 9600 baud to serial monitor.
Hardware Connections (Breakoutboard to Arduino):
-VCC = 3.3V
-SDA = A4 (use inline 10k resistor if your board is 5V)
-SCL = A5 (use inline 10k resistor if your board is 5V)
*/

#include <Wire.h>
Expand Down

0 comments on commit 583d85f

Please sign in to comment.