618ddfcd04
* Api-hal-gpio: extend init functions * App Lfrfid: separate protocol layer * App Lfrfid: write EM key scene * App Lfrfid: syntax fix
10 lines
159 B
C
10 lines
159 B
C
#pragma once
|
|
#include <stdint.h>
|
|
|
|
static const uint8_t LFRFID_KEY_SIZE = 8;
|
|
|
|
enum class LfrfidKeyType : uint8_t {
|
|
KeyEmarine,
|
|
KeyHID,
|
|
KeyIndala,
|
|
}; |