]> oss.titaniummirror.com Git - rgblamp.git/commit
Add tmr32 module
authorR. Steve McKown <rsmckown@gmail.com>
Mon, 12 Dec 2011 02:46:33 +0000 (19:46 -0700)
committerR. Steve McKown <rsmckown@gmail.com>
Mon, 12 Dec 2011 02:46:33 +0000 (19:46 -0700)
commitbdb1e0ae6aa9374becf3ae012e30d1f806841e88
treecfe0a2762d09840d6a708a7455f31c2b00356a53
parent929d03b37bea1d8763980f447c5f06582cb16bdf
Add tmr32 module

* tmr32 module uses Timer 1 + crystal
* Use tmr32 to time auto on and off events
* Put the CPU in sleep when off, either by switch or timer.
  Use the tmr32 module or a button ISR to wake back up.
isr.c
main.c
task_defs.h
tmr32.c [new file with mode: 0644]
tmr32.h [new file with mode: 0644]