d76ba20652
* Add support for Pyramid tags * Also add additional checks for AWID decoder to avoid missdetection * lfrfid worker: reset GPIO_LOAD pin * lfrfid: protocol viking, format * lfrfid: protocol pyramid, format * lfrfid: protocol paradox, format * lfrfid: protocol jablotron, format * lfrfid: protocol em4100, format * lfrfid: increase reading time by 0.5s since protocol viking takes longer to read Co-authored-by: SG <who.just.the.doctor@gmail.com>
5 lines
98 B
C
5 lines
98 B
C
#pragma once
|
|
#include <toolbox/protocols/protocol.h>
|
|
|
|
extern const ProtocolBase protocol_pyramid;
|