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* * :
1212This 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:
1718ard_test:
1819This is used to test the voltage of your arduiino
1920
@@ -24,7 +25,7 @@ button_led:
2425This is used to turn on led using a button
2526
2627led_pot:
27- Get the readings of your potentiometer
28+ Get the readings of your potentiometer
2829
2930led_pwm_controlled:
3031The programs increases and decrease the brightness of led using pwm pin
@@ -36,7 +37,7 @@ DC_motor_cont:
3637Control the direction and speed of your dc motor using arduino
3738
3839RGB_led:
39- Control RGB led using arduino
40+ Control RGB led using arduino
4041
4142flowing_led:
4243Turn on leds one after the other and simultaneously turninng off your previous led
@@ -45,10 +46,9 @@ Tkinter_led:
4546Turn on and off your led using tkinter(python GUI)
4647
4748Tkinter_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
51527segmentdisplay:
5253Using this display numbers from 1 to 6
5354(You can add more numbers and letters according to the pin diagram)
54-
0 commit comments