You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
375 B

1 year ago
1 year ago
  1. #pragma once
  2. #include "znordic.h"
  3. typedef struct {
  4. uint8_t sn[14];
  5. } sn_t;
  6. void device_info_read_sn(sn_t *sn);
  7. const char *device_info_read_sn_str();
  8. uint16_t device_info_read_blestack_version(void);
  9. uint16_t device_info_read_bootloader_version(void);
  10. uint16_t device_info_read_firmware_version(void);
  11. uint16_t device_info_read_hardware_version(void);