set.h 145 B

123456789101112131415
  1. #pragma once
  2. #include <stdint.h>
  3. #include <stdbool.h>
  4. //
  5. bool init_set(void);
  6. //
  7. void exit_set(void);
  8. //
  9. uint16_t get_sys_fw_version(void);