Arduino Programming Course Contents
Introduction and Requirements
Overview of the course with hardware and software requirements.
Part 1: Arduino Sketch Structure and Flow
Explains the structure of an Arduino program and how program statements are executed. Demonstrates a simple "Hello World" program.
Part 2: Arduino Sketch Main Loop and Calling Functions
How the Arduino main loop works and what it means to call a function.
Part 3: Variables
An introduction to Arduino variables showing the use of integer (int) and floating point (float) variables.
Part 4: Arithmetic Operators
Addition, subtraction, multiplication, division and remainder on an Arduino.
Part 5: Relational Operators
Comparing values in Arduino.
Part 6: Increment Operator and Commenting
How the Arduino increment operator works. Using comments in Arduino sketches.
Part 7: The Arduino for Loop
How the Arduino for loop works. Use the Arduino for loop to loop through code a set number of times.
Part 8: The Arduino while Loop
How to use the Arduino while and do-while loops.
Part 9: The Arduino if Statement
Using the Arduino if statement. How to get keyboard input to the Arduino from the Serial Monitor Window.
Part 10: Making Decisions with if-else
Arduino if-else construct. Switch an LED on and off using the Serial Monitor window.
Part 11: Decisions with if-else-if
Arduino if-else-if and if-else-if-else constructs. Control LED blink rates using if-else-if constructs.
Part 12: Logical Operators
OR, AND and NOT logical operators used in Arduino sketches to control an LED from the Serial Monitor window.
Part 13: Switch & Break
Part 14: Conditional Operator
Part 15: Functions
Part 16: Returning a Value from a Function
Part 17: Arrays
Part 18: Strings
Part 19: Serial Input
Содержание курса по программированию Arduino
Введение и требования
Обзор курса с требованиями к оборудованию и программному обеспечению.
Часть 1: Структура и поток эскизов Arduino
Объясняет структуру программы Arduino и инструкции программы. Демонстрирует простую программу «Hello World».
Часть 2: основные функции и функции вызова эскиза Arduino
Как работает основной цикл Arduino и что означает вызов функции.
Часть 3: Переменные
Введение в переменные Arduino, показывающие использование переменных integer (int) и float (float).
Часть 4: Арифметические операторы
Сложение, вычитание, умножение, деление и остаток на Arduino.
Часть 5: Реляционные операторы
Сравнивая значения в Arduino.
Часть 6: Оператор увеличения и комментарии
Как работает оператор наращивания Arduino. Использование комментариев в эскизах Arduino.
Часть 7: Arduino for Loop
Как работает цикл Arduino for. Используйте цикл Arduino for для циклического преобразования кода в определенное количество раз.
Часть 8: Arduino while Loop
Как использовать контуры Arduino while и do-while.
Часть 9: Утверждение Arduino if
Используя инструкцию Arduino if. Как получить ввод с клавиатуры в Arduino из окна последовательного монитора.
Часть 10: принятие решений с помощью if-else
Arduino if-else построить. Включите и выключите светодиод с помощью окна Serial Monitor.
Часть 11: Решения с if-else-if
Arduino if-else-if и if-else-if-else. Контрольные светодиоды мигают с использованием конструкций if-else-if.
Часть 12: Логические операторы
OR, AND и NOT, используемые в эскизах Arduino для управления светодиодом в окне Serial Monitor.
Часть 13: Switch & Break
Часть 14: Условный оператор
Часть 15: Функции
Часть 16: Возврат значения из функции
Часть 17: Массивы
Часть 18: Строки
Часть 19: последовательный вход