/picfade

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

Primary LanguageMakefileDo What The F*ck You Want To Public LicenseWTFPL

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.