mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
23 lines
No EOL
932 B
C
23 lines
No EOL
932 B
C
#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[];
|
|
|
|
// extern const uint8_t subghz_device_cc1101_preset_ook_async_patable[8];
|
|
// extern const uint8_t subghz_device_cc1101_preset_ook_async_patable_au[8];
|
|
// extern const uint8_t subghz_device_cc1101_preset_2fsk_async_patable[8];
|
|
// extern const uint8_t subghz_device_cc1101_preset_msk_async_patable[8];
|
|
// extern const uint8_t subghz_device_cc1101_preset_gfsk_async_patable[8];
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |