From 5689b8f4deda064b1b402ab2491927f2e8ef5141 Mon Sep 17 00:00:00 2001 From: restrobe <46362840+restrobe@users.noreply.github.com> Date: Thu, 3 Jan 2019 20:20:18 -0700 Subject: [PATCH] byte --> int in Github_Tutorial.ino changed the type of 'myValue' from byte to int --- Github_Tutorial.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Github_Tutorial.ino b/Github_Tutorial.ino index 80143fc..8825956 100644 --- a/Github_Tutorial.ino +++ b/Github_Tutorial.ino @@ -21,7 +21,7 @@ void setup() void loop() { - byte myValue = 0; + int myValue = 0; myValue = analogRead(A0); Serial.print("The value is: ");
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: