aboutsummaryrefslogtreecommitdiffstats
path: root/examples/test-timers.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Changing integration date of function in examples/test-timer.cpp.Marti Bolivar2011-05-051-1/+1
| | | | | | | It would be nice to have something like a timer_set_period() in libmaple proper that takes the period and the clock rate as parameters, much the same as usart_set_baud_rate() does. No time for that now, though, so punt to 0.1.0.
* /examples/ cleanups.Marti Bolivar2011-05-041-5/+4
|
* Initial timer refactor.Marti Bolivar2011-03-241-164/+208
| | | | | | | | | | | | | | | Basic PWM works. Had some problems in testing that might be due to USART bugs. HardwareTimer has been removed from the build for now; I will re-implement it in terms of the new libmaple API, but consider it deprecated. Let's come up with something better. Servo is implemented in terms of HardwareTimer, so it also has been temporarily removed from the build. pwmWrite() likely got a little bit less inefficient due to indirection, but the PIN_MAPs shrank by a pointer per PinMapping.
* Brought examples/ up to date; PIN_MAP bugfix for D24.Marti Bolivar2011-03-041-32/+36
|
* improved timer test programbnewbold2010-09-051-0/+6
|
* TMP: test updatesbnewbold2010-07-201-3/+10
|
* wirish implementation of timers plus testbnewbold2010-07-201-3/+133
|
* timers progressbnewbold2010-07-201-105/+38
| | | | examples code cleanup, more descriptive comments, more notes
* good quality vga leaf logo; usb+systick disabledbnewbold2010-07-201-0/+174
refactored timers and added interrupt behavior. see notes and comments... also includes a crude vga hack that doesn't use timers.