unleashed-firmware/applications/drivers/subghz/cc1101_ext/cc1101_ext_interconnect.h

9 lines
230 B
C
Raw Normal View History

2023-06-18 13:44:45 +00:00
#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();