key_info.h 218 B

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