index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
timer.h
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2016-01-29
stmhal: Add PWM capability for LED(3) and LED(4) on pyboards.
Damien George
2016-01-29
stmhal: Make TIM3 available for use by the user.
Damien George
2015-07-22
stmhal: Allow ADC.read_timed to take Timer object in place of freq.
Damien George
2015-07-21
stmhal: Allow DAC.write_timed to take Timer object in place of freq.
Damien George
2014-06-30
Add timer_deinit and call it just before doing a soft-restart
Dave Hylands
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-21
stmhal: Add Timer class: simple TIM control, incl callback on IRQ.
Damien George
2014-04-15
stmhal: Add ADC function to read data at a given frequency.
Damien George
2014-04-02
stmhal: Add timer module; move servo PWM from TIM2 to TIM5.
Damien George