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

Commit b4be12a

Browse files
committed
Updating example in library to use 330 inline resistors at 5V
1 parent 92924e1 commit b4be12a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Library/HTU21D_Humidity/examples/Humidity/Humidity.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
Hardware Connections (Breakoutboard to Arduino):
1313
-VCC = 3.3V
1414
-GND = GND
15-
-SDA = A4 (use inline 10k resistor if your board is 5V)
16-
-SCL = A5 (use inline 10k resistor if your board is 5V)
15+
-SDA = A4 (use inline 330 ohm resistor if your board is 5V)
16+
-SCL = A5 (use inline 330 ohm resistor if your board is 5V)
1717
1818
*/
1919

0 commit comments

Comments
 (0)