Skip to content

Commit 27cd7ca

Browse files
committed
Updated
1 parent 6f0d317 commit 27cd7ca

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
#Arduino Uno R3
1+
# Arduino Uno R3
22

3-
###CONNECT circuit according to the sunfounder
3+
[Arduino circuit link](https://www.sunfounder.com/learn/category/Super-Kit-V2-0-for-Arduino.html)
44

5-
[Arduino circuit](https://www.sunfounder.com/learn/category/Super-Kit-V2-0-for-Arduino.html)
5+
## These programs can used for any arduino UNO
66

7-
*These programs can used for any arduino UNO*
7+
## Connect circuit according to the sunfounder
88

9-
###PROJECTS:
9+
### PROJECTS
1010

11-
*DIGITAL_DICE*:
11+
**DIGITAL_DICE**:
1212
This is a fun project where you use python to generate a random number to display on 7 segment display
1313

14-
Programs to start your arduino projects
14+
Programs to start your arduino projects
15+
16+
### Basic programs
1517

16-
###Basic programs:
1718
ard_test:
1819
This is used to test the voltage of your arduiino
1920

@@ -24,7 +25,7 @@ button_led:
2425
This is used to turn on led using a button
2526

2627
led_pot:
27-
Get the readings of your potentiometer
28+
Get the readings of your potentiometer
2829

2930
led_pwm_controlled:
3031
The programs increases and decrease the brightness of led using pwm pin
@@ -36,7 +37,7 @@ DC_motor_cont:
3637
Control the direction and speed of your dc motor using arduino
3738

3839
RGB_led:
39-
Control RGB led using arduino
40+
Control RGB led using arduino
4041

4142
flowing_led:
4243
Turn on leds one after the other and simultaneously turninng off your previous led
@@ -45,10 +46,9 @@ Tkinter_led:
4546
Turn on and off your led using tkinter(python GUI)
4647

4748
Tkinter_led_cont:
48-
Control multiple LED lights using Tkinter
49+
Control multiple LED lights using Tkinter
4950
(there's a liitle problem in it but the programs still runs andd performs its task if someone finds a solution let me know)
5051

5152
7segmentdisplay:
5253
Using this display numbers from 1 to 6
5354
(You can add more numbers and letters according to the pin diagram)
54-

0 commit comments

Comments
 (0)