Github_Tutorial
Github_Tutorial copied to clipboard
Update Github_Tutorial.ino
myValue is declared as a byte, but it is later assigned an int value by the return of the analogRead function. The easiest fix is probably to change the type of myValue to int.