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.

15 lines
235 B

2 years ago
2 years ago
  1. #pragma once
  2. #ifdef __cplusplus
  3. extern "C" {
  4. #endif
  5. #include "xs_basic.h"
  6. #include "xs_delay.h"
  7. #include "xs_flash.h"
  8. #include "xs_gpio.h"
  9. #include "xs_log.h"
  10. #include "xs_id.h"
  11. #include "xs_device_info.h"
  12. #ifdef __cplusplus
  13. }
  14. #endif