key-info.h 164 B

12345678910
  1. #pragma once
  2. #include <stdint.h>
  3. static const uint8_t IBUTTON_KEY_SIZE = 8;
  4. enum class iButtonKeyType : uint8_t {
  5. KeyDallas,
  6. KeyCyfral,
  7. KeyMetakom,
  8. };