summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/timer.h
Commit message (Expand)AuthorAge
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* all: Unify header guard usage.Alexander Steffen2017-07-18
* stmhal: Add PWM capability for LED(3) and LED(4) on pyboards.Damien George2016-01-29
* stmhal: Make TIM3 available for use by the user.Damien George2016-01-29
* stmhal: Allow ADC.read_timed to take Timer object in place of freq.Damien George2015-07-22
* stmhal: Allow DAC.write_timed to take Timer object in place of freq.Damien George2015-07-21
* Add timer_deinit and call it just before doing a soft-restartDave Hylands2014-06-30
* Add license header to (almost) all files.Damien George2014-05-03
* stmhal: Add Timer class: simple TIM control, incl callback on IRQ.Damien George2014-04-21
* stmhal: Add ADC function to read data at a given frequency.Damien George2014-04-15
* stmhal: Add timer module; move servo PWM from TIM2 to TIM5.Damien George2014-04-02