Github_Tutorial icon indicating copy to clipboard operation
Github_Tutorial copied to clipboard

A very basic and flawed piece of code to show how Github GUI works.

Results 42 Github_Tutorial issues
Sort by recently updated
recently updated
newest added

Original code declared myValue as a byte. This should be int. (also, thanks for the tutorial!)

The original code has a bug. analogRead returns an int, not a byte. This change corrects this variable mismatch. p.s. Thanks for this tutorial!

just practising - maaan you must get bored of rejecting these!!!

Changed byte to int Line 24. Variable mismatch

The original code has a bug analogRead returns an int. This change corrects the variable mismatch.

changed "byte" to "int" because the value read will be of type integer... Going through tutorial

The variable 'byte' on line 24 was changed to 'int'