]> oss.titaniummirror.com Git - rgblamp.git/shortlog
rgblamp.git
2011-12-17 R. Steve McKownPush minimum PWM value mgmt into rgb module 1.0
2011-12-17 R. Steve McKownAdd persistent configuration
2011-12-17 R. Steve McKownChange MODE_FADE to MODE_CYCLE
2011-12-17 R. Steve McKownAuto: 5 hrs on, 19 hrs off
2011-12-17 R. Steve McKownActually, start testing with 5 on 10 off
2011-12-17 R. Steve McKownSet auto settings for 20 mins on, 40 mins off
2011-12-17 R. Steve McKownSet up 10 fine-tuned colors, plus white
2011-12-17 R. Steve McKownAesthetic cleanups
2011-12-17 R. Steve McKownMerge new functionality
2011-12-16 R. Steve McKownPerceived intensities via the CIE Lighting formula
2011-12-15 R. Steve McKownmplabx file updates
2011-12-15 R. Steve McKownLED reassignments
2011-12-12 R. Steve McKownmplabx file updates
2011-12-12 R. Steve McKownAdd tmr32 module
2011-12-12 R. Steve McKownbtn_rs() returned rocker switch buttons reversed
2011-12-11 R. Steve McKownmplabx file updates
2011-12-11 R. Steve McKownChange to PIC16LF1933
2011-12-10 R. Steve McKownRocker switch off condition is both inputs high
2011-12-10 R. Steve McKownProgram at 3.25 volts
2011-12-10 R. Steve McKownMake comment in tmr_init() more clear
2011-12-10 R. Steve McKownThese changes save 685 code words
2011-12-10 R. Steve McKownRemove debug auto off/on and fade/incolor options
2011-12-10 R. Steve McKownFixes to pushbutton handling in main.
2011-12-10 R. Steve McKownDebounce for 64 ms instead of 32 ms
2011-12-10 R. Steve McKownDon't use % to rotate _task_bitno; too slow.
2011-12-10 R. Steve McKownTask id 0 was never being cleared in task_get()
2011-12-10 R. Steve McKownFix behavior on pushbutton
2011-12-10 R. Steve McKownmplabx files update
2011-12-10 R. Steve McKownMisc fixes; close now
2011-12-10 R. Steve McKownFix timer conditional
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 McKownmplabx file updates
2011-12-10 R. Steve McKownConvert to task form
2011-12-08 R. Steve McKownmplabx update files
2011-12-08 R. Steve McKownMaking changes...
2011-12-08 R. Steve McKownUses tmr, runs if already on, stops, will not wake
2011-12-08 R. Steve McKownmplabx file updates
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 McKownUse bit definitions to simplify adc_random()
2011-12-08 R. Steve McKownEnsure proper behavior in timer_cwait
2011-12-08 R. Steve McKownchar defaults to unsigned
2011-12-08 R. Steve McKownmplabx file updates
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 McKownUpdate buttons_sleep() for auto-off restart case
2011-12-07 R. Steve McKownAdd timer.h to timer.c
2011-12-07 R. Steve McKownDon't use the white LED in random mode
2011-12-07 R. Steve McKownUpdate mplabx files
2011-12-07 R. Steve McKownClock loop start to loop start using Timer 0
2011-12-06 R. Steve McKownRun at 2 MHz
2011-12-06 R. Steve McKownmplabx file updates
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 McKownUse internal uc pull-ups for IO 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