Genie Recorder v3

This commit is contained in:
Derek Jamison
2024-02-04 13:13:58 -06:00
parent 95d939cd2a
commit b995a55ef3
46 changed files with 1825 additions and 445 deletions

View File

@@ -0,0 +1,10 @@
#pragma once
#include <furi.h>
#include <furi_hal.h>
#include <gui/gui.h>
#include <gui/view.h>
View* genie_learn_alloc(void* app);
void genie_learn_free(View* view);