]> oss.titaniummirror.com Git - rgblamp.git/history - main.c
Fix behavior on pushbutton
[rgblamp.git] / main.c
2011-12-10 R. Steve McKownFix behavior on pushbutton
2011-12-10 R. Steve McKownMisc fixes; close now
2011-12-10 R. Steve McKownFix task_get() return check in main()
2011-12-10 R. Steve McKownFixes from picbtnisr work
2011-12-10 R. Steve McKownConvert to task form
2011-12-08 R. Steve McKownMaking changes...
2011-12-08 R. Steve McKownIncorporate new tmr and isr code
2011-12-08 R. Steve McKownUse bit defs and some aesthetic cleanup
2011-12-08 R. Steve McKownchar defaults to unsigned
2011-12-08 R. Steve McKownCorrectly set unused PORTA pins to output high.
2011-12-08 R. Steve McKownGenerate entropy with ADC reading floating pin
2011-12-07 R. Steve McKownAlways fade between colors
2011-12-07 R. Steve McKownImplement auto-off
2011-12-07 R. Steve McKownDon't use the white LED in random mode
2011-12-07 R. Steve McKownClock loop start to loop start using Timer 0
2011-12-06 R. Steve McKownAdd debug pin
2011-12-06 R. Steve McKownRun at Fosc = 4MHz
2011-12-06 R. Steve McKownunused_init() properly configures unused pins
2011-12-06 R. Steve McKownHave 4 speed modes
2011-12-06 R. Steve McKownUse pushbutton rising edge for state change
2011-12-06 R. Steve McKownTiming as const arrays
2011-12-06 R. Steve McKownFix fading
2011-12-06 R. Steve McKownfade is working
2011-12-05 R. Steve McKownFading isn't working
2011-12-04 R. Steve McKownMinor changes on startup
2011-12-04 R. Steve McKownCloser to a full featured setup
2011-12-03 R. Steve McKown4 channel PWM with sample color changing
2011-12-01 R. Steve McKownFix comments about port assignments
2011-11-30 R. Steve McKownAlter PWM in small increments
2011-11-30 R. Steve McKownInitial commit