mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-21 02:03:18 +00:00
618ddfcd04
* Api-hal-gpio: extend init functions * App Lfrfid: separate protocol layer * App Lfrfid: write EM key scene * App Lfrfid: syntax fix
10 lines
No EOL
159 B
C
10 lines
No EOL
159 B
C
#pragma once
|
|
#include <stdint.h>
|
|
|
|
static const uint8_t LFRFID_KEY_SIZE = 8;
|
|
|
|
enum class LfrfidKeyType : uint8_t {
|
|
KeyEmarine,
|
|
KeyHID,
|
|
KeyIndala,
|
|
}; |