From 0480316381a389ef3157db73b580740b98d4adf0 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Mon, 30 Mar 2020 18:48:13 +1300 Subject: [PATCH] Remove unnessesary comments Signed-off-by: Richie Bendall --- a/arduino.ino | 4 ---- 1 file changed, 4 deletions(-) diff --git a/a/arduino.ino b/a/arduino.ino index d6126122..66681633 100755 --- a/a/arduino.ino +++ b/a/arduino.ino @@ -1,12 +1,8 @@ void setup() { - // put your setup code here, to run once: - // initialize serial communication at 9600 bits per second: Serial.begin(9600); - //print message serial monitor Serial.println("Hello World"); } void loop() { - // put your main code here, to run repeatedly: }