Skip to content

Commit

Permalink
Update Arduino.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
V205Arduino authored Jul 22, 2023
1 parent 408c1bf commit f900d3b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Codes/Arduino.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
Hello world program for Arduino.
Instructions:
Upload your code, open the serial monitor, and set the baud rate to 9600.
*/

void setup() {
Serial.begin(9600);
Serial.println("Hello World");
Expand Down

0 comments on commit f900d3b

Please sign in to comment.