slashdev / arm-loconet-starter

Starter project for Loconet projects. Based on arm-samd20-starter.
0 stars 0 forks source link

Feature/component fast clock #10

Closed jmvdwerf closed 7 years ago

jmvdwerf commented 7 years ago

The fast clock component provides the fast_clock functionality to give loconet components an internal fast clock that reacts on the global fast clock messages, and in between keeps a clock ticking according to the global loconet clock settings. After each received fast clock message, the internal structure is updated.

jmvdwerf commented 7 years ago

Comments addressed!

jmvdwerf commented 7 years ago

I changed it to a fast_clock_loop function, but I find it ugly...