This commit is contained in:
gid9798
2023-06-18 20:25:16 +03:00
parent a191631c32
commit 3000b8fd0d
12 changed files with 912 additions and 14 deletions

View File

@@ -0,0 +1,8 @@
#pragma once
#include "../types.h"
#define SUBGHZ_DEVICE_CC1101_INT_NAME "cc1101_int"
typedef struct SubGhzDeviceCC1101Int SubGhzDeviceCC1101Int;
extern const SubGhzDevice subghz_device_cc1101_int;