Skip to content

Commit 461d335

Browse files
committed
add readme for blinking led example with schema
1 parent 9bad675 commit 461d335

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

Test-RGB-LED/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ It's possible and very easy to power an RGB LED from an Arduino, and control its
44

55
## Schema
66

7+
The resistor is 220Ohm, but you can use a resistor from 100Ohm up to 1000Ohm.
8+
79
![Schema](schema.png)
810

911
## Code

Test-blinking-LED/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Blinking LED
2+
3+
We need a resistor to avoid burning the LED.
4+
5+
## Schema
6+
7+
The resistor is 220Ohm, but you can use a resistor from 100Ohm up to 1000Ohm.
8+
9+
![Schema](schema.png)
10+
11+
## Code
12+
13+
There's not much to say about it, I believe the code and comments are enough to understand what's going on. We're not using any library whatsoever.

Test-blinking-LED/Sketch.fzz

3.26 KB
Binary file not shown.

Test-blinking-LED/schema.png

160 KB
Loading

0 commit comments

Comments
 (0)