Merge pull request #334 from Niels-NTG/patch-3

Simplified arduino.ino
This commit is contained in:
Mike Donaghy
2017-02-12 16:16:58 -06:00
committed by GitHub

View File

@@ -1,11 +1,4 @@
void setup(){
void setup()
{
Serial.begin(9600); Serial.begin(9600);
Serial.println("Hello world!"); Serial.println("Hello world!");
} }
void loop()
{
}