unleashed-firmware/lib/subghz/devices/cc1101_int/cc1101_int_interconnect.h

9 lines
201 B
C
Raw Normal View History

2023-06-18 17:25:16 +00:00
#pragma once
#include "../types.h"
#define SUBGHZ_DEVICE_CC1101_INT_NAME "cc1101_int"
typedef struct SubGhzDeviceCC1101Int SubGhzDeviceCC1101Int;
extern const SubGhzDevice subghz_device_cc1101_int;