[FL-123] SubGhz static code replay (#410)
* SubGhz: static code emulation view * SubGhz: add dumb static replay
This commit is contained in:
11
applications/subghz/subghz_static.h
Normal file
11
applications/subghz/subghz_static.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <gui/view.h>
|
||||
|
||||
typedef struct SubghzStatic SubghzStatic;
|
||||
|
||||
SubghzStatic* subghz_static_alloc();
|
||||
|
||||
void subghz_static_free(SubghzStatic* subghz_static);
|
||||
|
||||
View* subghz_static_get_view(SubghzStatic* subghz_static);
|
||||
Reference in New Issue
Block a user