Github_Tutorial icon indicating copy to clipboard operation
Github_Tutorial copied to clipboard

Update Github_Tutorial.ino

Open Aleph90 opened this issue 1 year ago • 0 comments

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.

Aleph90 avatar Jul 08 '22 01:07 Aleph90