-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename index.html to index.md
- Loading branch information
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
layout: page | ||
title: Introduction to C++ and Microcontrollers with Arduino | ||
permalink: / | ||
--- | ||
|
||
# Welcome to the Introduction to C++ and Microcontrollers with Arduino | ||
|
||
This course is designed to introduce you to the exciting world of microcontrollers, focusing on programming in C++ using Arduino. Below is an overview of the topics we will cover, tailored to provide a comprehensive understanding from the ground up. | ||
|
||
## Table of Contents | ||
|
||
1. [Installing the Arduino IDE](#installing-the-arduino-ide) | ||
2. [Hello World and the Blink Sketch](#hello-world-and-the-blink-sketch) | ||
3. [Exploring the X40 Sensor Kit](#exploring-the-x40-sensor-kit) | ||
4. [Compiling and Debugging Code](#compiling-and-debugging-code) | ||
5. [Using the Serial Monitor](#using-the-serial-monitor) | ||
|
||
## Installing the Arduino IDE | ||
|
||
Learn how to download, install, and set up the Arduino Integrated Development Environment (IDE) on your computer. This section guides you through the installation process and introduces the IDE's main features. | ||
|
||
## Hello World and the Blink Sketch | ||
|
||
Dive into your first Arduino project with the classic "Hello World" of hardware: making an LED blink. This section explains the basics of Arduino programming and how to manipulate digital outputs to create simple yet enlightening projects. | ||
|
||
## Exploring the X40 Sensor Kit | ||
|
||
The X40 Sensor Kit is a comprehensive kit containing various sensors and actuators for experimenting with Arduino. This part provides an introduction to the kit and how to use some of its components, giving you a taste of what's possible with Arduino. | ||
|
||
## Compiling and Debugging Code | ||
|
||
Understand the process of compiling your Arduino sketches, learn how to identify and fix common errors, and gain insights into debugging techniques to troubleshoot your projects effectively. | ||
|
||
## Using the Serial Monitor | ||
|
||
Learn about the Serial Monitor in the Arduino IDE, a vital tool for reading data from your Arduino board and debugging your projects. This section covers how to use serial communication to send messages to and from your Arduino, enabling you to interact with your programs in real-time. | ||
|