There was an error while loading. Please reload this page.
1 parent 5b21f89 commit c978c36Copy full SHA for c978c36
Github_Tutorial.ino
@@ -21,7 +21,7 @@ void setup()
21
22
void loop()
23
{
24
- byte myValue = 0;
+ int myValue = 0;
25
myValue = analogRead(A0);
26
27
Serial.print("The value is: ");
0 commit comments