summaryrefslogtreecommitdiff
path: root/stmhal/timer.h
AgeCommit message (Expand)Author
2016-01-29stmhal: Add PWM capability for LED(3) and LED(4) on pyboards.Damien George
2016-01-29stmhal: Make TIM3 available for use by the user.Damien George
2015-07-22stmhal: Allow ADC.read_timed to take Timer object in place of freq.Damien George
2015-07-21stmhal: Allow DAC.write_timed to take Timer object in place of freq.Damien George
2014-06-30Add timer_deinit and call it just before doing a soft-restartDave Hylands
2014-05-03Add license header to (almost) all files.Damien George
2014-04-21stmhal: Add Timer class: simple TIM control, incl callback on IRQ.Damien George
2014-04-15stmhal: Add ADC function to read data at a given frequency.Damien George
2014-04-02stmhal: Add timer module; move servo PWM from TIM2 to TIM5.Damien George