-
- Downloads
stmhal: Add Timer class: simple TIM control, incl callback on IRQ.
Simple but functional timer control. More sophistication will eventually be added, or for now just use direct register access :) Also added pyb.freq() function to get MCU clock frequencies.
Showing
- stmhal/main.c 4 additions, 6 deletionsstmhal/main.c
- stmhal/modpyb.c 26 additions, 13 deletionsstmhal/modpyb.c
- stmhal/qstrdefsport.h 10 additions, 0 deletionsstmhal/qstrdefsport.h
- stmhal/stm32f4xx_it.c 43 additions, 0 deletionsstmhal/stm32f4xx_it.c
- stmhal/timer.c 294 additions, 86 deletionsstmhal/timer.c
- stmhal/timer.h 5 additions, 0 deletionsstmhal/timer.h
Loading
Please register or sign in to comment