From b990d7cd2c155e427c7ed950428aebb261c1cb34 Mon Sep 17 00:00:00 2001 From: Dhiman Airao <39194002+DhimanAirao@users.noreply.github.com> Date: Mon, 21 Oct 2019 21:13:00 +0530 Subject: [PATCH] just another pr --- hello_world.ino | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hello_world.ino 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); +}