-
Hi, I tested this example on my black pill and it's working perfectly. My question is that I want to implement the HardwareTimer object in my current project which is using millis.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @eagl1
It allows to select a timer instance.
no |
Beta Was this translation helpful? Give feedback.
Hi @eagl1
It allows to select a timer instance.
TIMx
are defined by the CMSIS device header file. Depending of your mcu, timer exists or not so by testing theTIMx
we can select correct timer.millis
is based on the systick, it is no a timerTIMx
no