@@ -1,4 +1,12 @@
|
|||||||
void setup(){
|
void setup() {
|
||||||
Serial.begin(9600);
|
// put your setup code here, to run once:
|
||||||
Serial.println("Hello world!");
|
// initialize serial communication at 9600 bits per second:
|
||||||
|
Serial.begin(9600);
|
||||||
|
//print message serial monitor
|
||||||
|
Serial.println("Hello world!");
|
||||||
|
}
|
||||||
|
|
||||||
|
void loop() {
|
||||||
|
// put your main code here, to run repeatedly:
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user