Код для поиска

Lesson 5-1: Arduino Code Demonstrating Serial Monitor

Lesson 5-1: Arduino Code Demonstrating Serial Monitor

This is lecture 00 of the Arduino Step-by-Step course.
528-Lesson 5: Introduction to the Serial Monitor
Язык: C++
//*
 * Arduino code demonstrating Serial Monitor 
 * S01-05-1
 * Serial Monitor -1 
 * Video instruction for this code: https://youtu.be/WyWRGoACWFs
* This code is part of Arduino Course 
with over 100 lectures Free On YouTube. Watch it here: http://robojax.com/L/?id=338
Get the code for the course: http://robojax.com/L/?id=339



 * written by Ahmad Shamshiri for Robojax
 * http://robojax.com
 * Written on Feb 17, 2019 at 12:47
 */
void setup() {
 Serial.begin(9600);
 
 Serial.println("Robojax");
 Serial.println("Welcome");
 Serial.print("To Arduino Class\n");
 Serial.print("Name: \nTelephone: \nAddress:");
 Serial.print("\nLast Name: \tTelephone: \tAddress:");    
}

void loop() {
  // put your main code here, to run repeatedly:

}

Ресурсы и ссылки

Ресурсов пока нет.

Файлы📁

Нет доступных файлов.