Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
paramphy committed Jul 7, 2021
1 parent 1bdc1ae commit a11845a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/1.Chapter-1/2.Arduino-Board-Description.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

In this chapter, we will learn about the different components on the Arduino board. We will study the Arduino UNO board because it is the most popular board in the Arduino board family. In addition, it is the best board to get started with electronics and coding. Some boards look a bit different from the one given below, but most Arduinos have majority of these components in common.

![Arduino Board with point](img\boardwithpoint.png)
![Arduino Board with point](https://i.imgur.com/i5A3QiP.png)

4 changes: 4 additions & 0 deletions docs/3.Arduino Projects/1.Blinking LED.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ void loop() {
You should see your LED turn on and off. If the required output is not seen, make sure you have assembled the circuit correctly, and verified and uploaded the code to your board.

![gif](https://i.imgur.com/s7oYW8w.gif)

# Tinkar Simulation Link

## [Led Blink](https://www.tinkercad.com/things/hR8d4R6f0ho-led-blink)
6 changes: 5 additions & 1 deletion docs/3.Arduino Projects/2.Fading LED.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,8 @@ analogWrite() can change the PWM value very fast, so the delay at the end of the
# Result

You should see your LED brightness change gradually.
![led](https://i.imgur.com/MfBKcxC.gif)
![led](https://i.imgur.com/MfBKcxC.gif)

# Tinkar Simulation Link

## [Fading LED](https://www.tinkercad.com/things/iCmmbPUwUVk-led-fade)

0 comments on commit a11845a

Please sign in to comment.