mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
Add POCSAG Receiver plugin
This commit is contained in:
13
applications/plugins/pocsag_pager/protocols/pocsag.h
Normal file
13
applications/plugins/pocsag_pager/protocols/pocsag.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#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;
|
||||
Reference in New Issue
Block a user