Remove unnessesary comments
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
@@ -1,12 +1,8 @@
|
|||||||
void setup() {
|
void setup() {
|
||||||
// put your setup code here, to run once:
|
|
||||||
// initialize serial communication at 9600 bits per second:
|
|
||||||
Serial.begin(9600);
|
Serial.begin(9600);
|
||||||
//print message serial monitor
|
|
||||||
Serial.println("Hello World");
|
Serial.println("Hello World");
|
||||||
}
|
}
|
||||||
|
|
||||||
void loop() {
|
void loop() {
|
||||||
// put your main code here, to run repeatedly:
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user