socram8888 / picfade

LED fade-in and fade-out implemented in a PIC10F202

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

picfade

Tiny PIC assembly program for the PIC10F200/PIC10F202/PIC10F204/PIC10F206 that makes a LED slowly fade in and out.

These are pretty fun toys to program for, since they lack pretty much any peripheral and everything has to be implemented in software, like the PWM this program uses.

About

LED fade-in and fade-out implemented in a PIC10F202

License:Do What The F*ck You Want To Public License


Languages

Language:Makefile 54.1%Language:Assembly 45.9%