We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e80099 commit ed3da1aCopy full SHA for ed3da1a
Light Sensor/CdS/CdS_Light_Serial_test.ino
@@ -0,0 +1,8 @@
1
+void setup() {
2
+ Serial.begin(9600);
3
+}
4
+
5
+void loop() {
6
+ int CdS = analogRead(A0);
7
+ Serial.println(CdS);
8
0 commit comments