mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-25 22:32:29 +03:00
18 lines
569 B
C
18 lines
569 B
C
|
#pragma once
|
||
|
#pragma once
|
||
|
#include <furi.h>
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
extern const uint8_t subghz_device_cc1101_preset_ook_270khz_async_regs[];
|
||
|
extern const uint8_t subghz_device_cc1101_preset_ook_650khz_async_regs[];
|
||
|
extern const uint8_t subghz_device_cc1101_preset_2fsk_dev2_38khz_async_regs[];
|
||
|
extern const uint8_t subghz_device_cc1101_preset_2fsk_dev47_6khz_async_regs[];
|
||
|
extern const uint8_t subghz_device_cc1101_preset_msk_99_97kb_async_regs[];
|
||
|
extern const uint8_t subghz_device_cc1101_preset_gfsk_9_99kb_async_regs[];
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|