mirror of
https://github.com/D4C1-Labs/Flipper-ARF.git
synced 2026-03-29 11:39:54 +00:00
Compare commits
3 Commits
dev-c6bec5
...
dev-ab6658
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ab665809ce | ||
|
|
56c5670956 | ||
|
|
a5cf675561 |
File diff suppressed because it is too large
Load Diff
@@ -1,23 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <furi.h>
|
||||
#include <lib/subghz/protocols/base.h>
|
||||
#include <lib/subghz/types.h>
|
||||
#include <lib/subghz/blocks/const.h>
|
||||
#include <lib/subghz/blocks/decoder.h>
|
||||
#include <lib/subghz/blocks/encoder.h>
|
||||
#include <lib/subghz/blocks/generic.h>
|
||||
#include <lib/subghz/blocks/math.h>
|
||||
#include <flipper_format/flipper_format.h>
|
||||
#include <lib/toolbox/manchester_decoder.h>
|
||||
#include "base.h"
|
||||
|
||||
#include <lib/subghz/blocks/custom_btn.h>
|
||||
|
||||
#define FORD_PROTOCOL_V0_NAME "Ford V0"
|
||||
#define SUBGHZ_PROTOCOL_FORD_V0_NAME "FORD V0"
|
||||
|
||||
extern const SubGhzProtocol subghz_protocol_ford_v0;
|
||||
|
||||
// Decoder functions
|
||||
void* subghz_protocol_decoder_ford_v0_alloc(SubGhzEnvironment* environment);
|
||||
void subghz_protocol_decoder_ford_v0_free(void* context);
|
||||
void subghz_protocol_decoder_ford_v0_reset(void* context);
|
||||
@@ -31,7 +19,6 @@ SubGhzProtocolStatus
|
||||
subghz_protocol_decoder_ford_v0_deserialize(void* context, FlipperFormat* flipper_format);
|
||||
void subghz_protocol_decoder_ford_v0_get_string(void* context, FuriString* output);
|
||||
|
||||
// Encoder functions
|
||||
void* subghz_protocol_encoder_ford_v0_alloc(SubGhzEnvironment* environment);
|
||||
void subghz_protocol_encoder_ford_v0_free(void* context);
|
||||
SubGhzProtocolStatus
|
||||
|
||||
Reference in New Issue
Block a user