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.

18 lines
440 B

12 months ago
12 months ago
12 months ago
  1. #pragma once
  2. #include <stddef.h>
  3. #include <stdio.h>
  4. #include <stdint.h>
  5. #include "project_configs.h"
  6. #include "base/config_service.hpp"
  7. // uint16_t boardType;
  8. // uint16_t projectId;
  9. // uint16_t protcol_version;
  10. // uint16_t software_version;
  11. // uint16_t hardware_version;
  12. uint16_t deviceInfo_init();
  13. uint16_t deviceInfo_getProtocolVersion();
  14. uint16_t deviceInfo_getSoftwareVersion();
  15. uint16_t deviceInfo_getHardwareVersion();