From c4f93e8ed0e81431b400eb49c53a0c071f96bdec Mon Sep 17 00:00:00 2001 From: IshitaTandon <36607338+IshitaTandon@users.noreply.github.com> Date: Tue, 29 Dec 2020 12:29:56 +0530 Subject: [PATCH] Update Github_Tutorial.ino --- Github_Tutorial.ino | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Github_Tutorial.ino b/Github_Tutorial.ino index 6f7de8b..ecb6630 100644 --- a/Github_Tutorial.ino +++ b/Github_Tutorial.ino @@ -26,7 +26,9 @@ void loop() Serial.print("The value is: "); Serial.println(myValue); - + delay(350); } - +void ishita(){ +System.out.println("Let's Go!!!!!!!!!!!!!!!!!!"); +}