Controlling a LED strip with the ULN2003 IC, using arduino.
This project is about controlling any type of LED strip with just the IC ULN2003 and some buttons, using arduino.
No need for modules
Jorge Eldis ~ @jorgeeldis ~ jorgeeldisg30@gmail.com
https://github.com/jorgeeldis/
- Fork it (https://github.com/jorgeeldis/ledstripcontroller/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request