diff --git a/hello_world.ino b/hello_world.ino new file mode 100644 index 0000000..ed58139 --- /dev/null +++ b/hello_world.ino @@ -0,0 +1,10 @@ +void setup() +{ + Serial.begin(9600); + +} + +void loop() +{ + Serial.println(9600); +}