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.
16 lines
235 B
16 lines
235 B
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "xs_basic.h"
|
|
#include "xs_delay.h"
|
|
#include "xs_flash.h"
|
|
#include "xs_gpio.h"
|
|
#include "xs_log.h"
|
|
#include "xs_id.h"
|
|
#include "xs_device_info.h"
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|