void setup() {
Serial.begin(9600); //mengaktifkan serial dengan bitrate 9600
}
void loop() {
Serial.println("hallo"); //print atau kirim kata hallo ke serial kemudian ganti baris
delay(1000); //jeda 1 detik
Serial.print("hallo"); //print atau kirim kata hallo ke serial tanpa ganti baris
delay(1000); // jeda 1 detik
Serial.println(" Surya"); //print kata surya di belakang kata hallo kemudian ganti baris
delay(1000); // jeda 1 detik
}
Search This Blog
Thursday, January 11, 2018
Tutorial Arduino dasar Serial print
Subscribe to:
Post Comments (Atom)
-
In this simple project, we’ll build a motion-sensing alarm using a PIR (passive infrared) sensor and an Arduino microcontroller. This is ...
-
This tutorial will demonstrate how you can access and manage your Zentyal 3.4 Community Edition as a Primary Domain Controller from a W...
No comments:
Post a Comment