Stabilized new implementation and trimmed to maximum useful speed.

This commit is contained in:
2017-12-07 15:45:35 +01:00
parent 94e5dce045
commit 7fad229821
6 changed files with 70 additions and 91 deletions

View File

@@ -38,6 +38,9 @@ extern void LEDStateEngine_addComment(char *comment);
extern LEDState *LEDStateEngine_getLedState(int n);
extern void LEDStateEngine_tick();
extern uint16_t LEDStateEngine_getNumberOfLeds();
extern double LEDStateEngine_getMinTickTime();
extern double LEDStateEngine_getMaxTickTime();
/* LEDState */
extern void LEDState_init(int n, LEDDefinition *ledDefinition);