Skip to content

Commit 4be0168

Browse files
committed
Removed the library. Can be marked Release 1.0
1 parent 77288bb commit 4be0168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldc500/ldc500.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ float kLDC500 = 50.0; // mA/V
2828
const int laserREM = 13;
2929
const int laserMod = 11;
3030
const int laserCTL = A0;
31-
//const int dht22Pin = 5;
31+
const int dht22Pin = 8;
3232

3333
String inputString = ""; // a string to hold incoming data
3434
boolean stringComplete = false; // whether the string is complete

0 commit comments

Comments
 (0)