Frage im Vorstellungsgespräch bei Fitbit

Write a task scheduler in C using a prototype like "void scheduleTask(task* task, int timeToExecute)".

Antwort im Vorstellungsgespräch

Anonym

13. Apr. 2015

Look up how FreeRTOS does it. All you need is a function pointer, a system timer and a task list.