Jun 15, 2016
152150 views
12 respects
Components and supplies
Capacitor 22 µF
mini breadboard - mixed colours
TL2451
Arduino Leonardo
Resistor 3.3 KOhm
Project description
Code
Code snippet #1
arduino
1void setup() { 2 // initialize the digital pin as an output. 3 pinMode(5, OUTPUT); 4} 5 6 7void loop() { 8 analogWrite(5,127); //Set the PWM at 50 % on digital pin 5 9}
Comments
Only logged in users can leave comments
Arduino_Scuola
0 Followers
0 Projects
Table of contents
Intro
0