Added support for IDTECK cards (#2134)

This commit is contained in:
Adam Boeglin
2022-12-15 12:02:43 -08:00
committed by GitHub
parent 327df4a813
commit 1dc79fddf0
4 changed files with 276 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#pragma once
#include <toolbox/protocols/protocol.h>
extern const ProtocolBase protocol_idteck;