flipper-zero-tutorials/subghz/apps/genie-recorder/genie_file.h

6 lines
105 B
C
Raw Normal View History

2023-09-28 19:56:39 +00:00
#pragma once
#include <furi.h>
bool genie_save(uint32_t count, FuriString* key);
uint32_t genie_load();