88Views1Replies
Arduino noob, need help
Hey ive recently jumped into the wide world of arduino.
well i only did because i required the easy way out of led fading using arduino programming however i wish to use the Basics>fade example but using all 6pwm outputs!!
can anyone simply modify this for me :)
cheers
Discussions
8 years ago
No, but I can help if you have a specific request for explanation of something you don't understand. The basic fade example is quite a simple piece of code, so you should be able to understand what it does. The most important parts of the code are
and
If you understand what these two lines mean, you can probably write the code to fade 6 pins yourself. If you don't, I suggest you work through some of the earlier example code to get a feel for "for loops" and "analogWrite".