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.

17 lines
438 B

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