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.
14 lines
223 B
14 lines
223 B
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "iflytop_xsync/xs_basic.h"
|
|
#include "iflytop_xsync/xs_delay.h"
|
|
#include "iflytop_xsync/xs_gpio.h"
|
|
#include "iflytop_xsync/xs_log.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|