mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-14 23:12:34 +00:00
14 lines
330 B
C
14 lines
330 B
C
|
#pragma once
|
||
|
|
||
|
#include <lib/subghz/protocols/base.h>
|
||
|
|
||
|
#include <lib/subghz/blocks/const.h>
|
||
|
#include <lib/subghz/blocks/decoder.h>
|
||
|
#include <lib/subghz/blocks/encoder.h>
|
||
|
#include "pcsg_generic.h"
|
||
|
#include <lib/subghz/blocks/math.h>
|
||
|
|
||
|
#define SUBGHZ_PROTOCOL_POCSAG_NAME "POCSAG"
|
||
|
|
||
|
extern const SubGhzProtocol subghz_protocol_pocsag;
|