DIR_NAME and Drivers

This commit is contained in:
gid9798
2023-06-18 16:44:45 +03:00
parent 1c06ac1a82
commit a191631c32
10 changed files with 1142 additions and 15 deletions

View File

@@ -0,0 +1,8 @@
#pragma once
#include <lib/subghz/devices/types.h>
#define SUBGHZ_DEVICE_CC1101_EXT_NAME "cc1101_ext"
typedef struct SubGhzDeviceCC1101Ext SubGhzDeviceCC1101Ext;
const FlipperAppPluginDescriptor* subghz_device_cc1101_ext_ep();