You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
En cualquiera de estas:
#define TICK_MS(t) ((typedef)(t))
#define TICK_S(t) (((typedef)(t))*1000)
Estaria bueno tener el scaling de cuanto es cada tick, en un config.h o algo similar.
La idea es que este módulo utilice un TIMER a elección, la forma que charlamos por mail sería:
La idea es que a alguien que solo quiere usar el Tick para medir intervalos no tenga que tener en cuenta el callback
The text was updated successfully, but these errors were encountered: