proof-of-concept code for closing/opening lid.

This commit is contained in:
StapleButter
2018-12-14 02:36:57 +01:00
parent e829c2e4a1
commit cb1e6ce750
3 changed files with 52 additions and 1 deletions

View File

@ -152,6 +152,8 @@ void ReleaseScreen();
void SetKeyMask(u32 mask);
void SetLidClosed(bool closed);
void MicInputFrame(s16* data, int samples);
void ScheduleEvent(u32 id, bool periodic, s32 delay, void (*func)(u32), u32 param);