2020-10-26 07:16:54 +00:00
|
|
|
#pragma once
|
|
|
|
|
2020-12-02 10:47:13 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
template <unsigned int N> struct STOP_EXTERNING_ME {};
|
|
|
|
#endif
|
|
|
|
|
2020-11-17 17:08:31 +00:00
|
|
|
#include "api-hal-boot.h"
|
2020-10-26 07:16:54 +00:00
|
|
|
#include "api-hal-gpio.h"
|
|
|
|
#include "api-hal-delay.h"
|
|
|
|
#include "api-hal-pwm.h"
|
2020-10-29 06:27:17 +00:00
|
|
|
#include "api-hal-task.h"
|
2020-11-11 07:36:27 +00:00
|
|
|
#include "api-hal-tim.h"
|
2020-11-16 10:16:34 +00:00
|
|
|
#include "api-hal-power.h"
|
|
|
|
#include "api-hal-vcp.h"
|
|
|
|
#include "api-hal-uid.h"
|
2020-12-10 14:25:20 +00:00
|
|
|
#include "api-hal-bt.h"
|