Add Method to get some kind of ticks #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implement how to get the current tick (of the cpu) or create own tick with a defined time interval.
One possibility would be to use a timer interrupt.
solution proposal:
Example calculation for nextTick:
clock() + F_CPU * 0.2
The nextTick should then be in 0.2s