2020-10-26 10:16:54 +03:00
|
|
|
#pragma once
|
|
|
|
|
2020-12-02 13:47:13 +03:00
|
|
|
#ifdef __cplusplus
|
|
|
|
template <unsigned int N> struct STOP_EXTERNING_ME {};
|
|
|
|
#endif
|
|
|
|
|
2020-11-17 20:08:31 +03:00
|
|
|
#include "api-hal-boot.h"
|
2021-02-12 20:24:34 +03:00
|
|
|
#include "api-hal-os.h"
|
2021-02-18 15:49:32 +03:00
|
|
|
#include "api-hal-i2c.h"
|
2021-02-12 20:24:34 +03:00
|
|
|
#include "api-hal-resources.h"
|
2020-10-26 10:16:54 +03:00
|
|
|
#include "api-hal-gpio.h"
|
2021-02-18 15:49:32 +03:00
|
|
|
#include "api-hal-light.h"
|
2020-10-26 10:16:54 +03:00
|
|
|
#include "api-hal-delay.h"
|
|
|
|
#include "api-hal-pwm.h"
|
2020-10-29 09:27:17 +03:00
|
|
|
#include "api-hal-task.h"
|
2020-11-11 10:36:27 +03:00
|
|
|
#include "api-hal-tim.h"
|
2020-11-16 13:16:34 +03:00
|
|
|
#include "api-hal-power.h"
|
|
|
|
#include "api-hal-vcp.h"
|
2021-02-18 15:49:32 +03:00
|
|
|
#include "api-hal-version.h"
|
2020-11-16 13:16:34 +03:00
|
|
|
#include "api-hal-uid.h"
|
2020-12-10 17:25:20 +03:00
|
|
|
#include "api-hal-bt.h"
|
2020-12-19 10:52:17 +03:00
|
|
|
#include "api-hal-spi.h"
|
2020-12-18 23:15:29 +03:00
|
|
|
#include "api-hal-flash.h"
|
2021-01-18 18:08:58 +03:00
|
|
|
|
|
|
|
void api_hal_init();
|