Skip to content

Commit 3e9eec9

Browse files
committed
docs: fix typo - Arduino uses C++, not a variant
1 parent 28cbf8f commit 3e9eec9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/week-1/programming-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import TabItem from '@theme/TabItem';
77

88
# Basic Programming
99

10-
Our microcontroller can't program itself. Therefore, we need to communicate with our Arduino board using programmed instructions written in a variant of the `C++` programming language.
10+
Our microcontroller can't program itself. Therefore, we need to communicate with our Arduino board using programmed instructions written in `C++`.
1111

1212
## Writing your first sketch
1313

docs/week-1/what-is-the-arduino.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import TabItem from '@theme/TabItem';
77

88
# What is the Arduino?
99

10-
[Arduino](https://en.wikipedia.org/wiki/Arduino) is an open-source electronics company who have developed mutliple microcontrollers that allow users to create projects by connecting various sensors, actuators, and other input/output devices and programming them with a variant of the `C++` programming language. The Arduino Uno is a development board that utilizes the `ATmega328P` microcontroller from the Atmel AVR family.
10+
[Arduino](https://en.wikipedia.org/wiki/Arduino) is an open-source electronics company who have developed mutliple microcontrollers that allow users to create projects by connecting various sensors, actuators, and other input/output devices and programming them with the `C++` programming language. The Arduino Uno is a development board that utilizes the `ATmega328P` microcontroller from the Atmel AVR family.
1111

1212
:::note[Microcontroller vs Computer]
1313
A computer is a general purpose device that performs multiple functions whilst a microcontroller is designed to run one program at a time.

0 commit comments

Comments
 (0)