Genie recorder

This commit is contained in:
Derek Jamison
2023-09-28 14:56:39 -05:00
parent 88db25b8de
commit fec280d3a5
8 changed files with 592 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#pragma once
#include <furi.h>
bool genie_save(uint32_t count, FuriString* key);
uint32_t genie_load();