Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 287 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 287 Bytes

timing_lib_m0

Timing library for stm32f030

Prepared timing library for stm32f030. There is only Delay in ms command for starts and we assume 8Mhz internal clock. I guess it can be changed by using #define SystemCoreClock command, but I didn't test it yet.

Use at your own risk :)