Minor fixes
This commit is contained in:
parent
756f5b5eb8
commit
3da2a7a7c2
5 changed files with 16 additions and 6 deletions
|
|
@ -7,6 +7,9 @@
|
|||
// FrameFunction gets previousFrameTime (in milliseconds) as argument
|
||||
typedef bool (*FrameFunction)(uint8_t);
|
||||
|
||||
// Shut down the machine
|
||||
void powerOff();
|
||||
|
||||
// Call function every frameLengthInMilliseconds while it returns true
|
||||
void startFrameLoop(FrameFunction function, uint8_t frameLengthInMilliseconds);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue