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"
|
2021-02-12 17:24:34 +00:00
|
|
|
#include "api-hal-os.h"
|
2021-02-18 12:49:32 +00:00
|
|
|
#include "api-hal-i2c.h"
|
2021-02-12 17:24:34 +00:00
|
|
|
#include "api-hal-resources.h"
|
2020-10-26 07:16:54 +00:00
|
|
|
#include "api-hal-gpio.h"
|
2021-02-18 12:49:32 +00:00
|
|
|
#include "api-hal-light.h"
|
2020-10-26 07:16:54 +00:00
|
|
|
#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-16 10:16:34 +00:00
|
|
|
#include "api-hal-power.h"
|
|
|
|
#include "api-hal-vcp.h"
|
2021-02-18 12:49:32 +00:00
|
|
|
#include "api-hal-version.h"
|
2020-11-16 10:16:34 +00:00
|
|
|
#include "api-hal-uid.h"
|
2020-12-10 14:25:20 +00:00
|
|
|
#include "api-hal-bt.h"
|
2020-12-19 07:52:17 +00:00
|
|
|
#include "api-hal-spi.h"
|
2020-12-18 20:15:29 +00:00
|
|
|
#include "api-hal-flash.h"
|
2021-02-25 10:29:00 +00:00
|
|
|
#include "api-hal-subghz.h"
|
2021-03-08 15:48:14 +00:00
|
|
|
#include "api-hal-vibro.h"
|
2021-05-04 13:21:16 +00:00
|
|
|
#include "api-hal-ibutton.h"
|
|
|
|
#include "api-hal-rfid.h"
|
2021-05-06 19:51:20 +00:00
|
|
|
#include "api-hal-nfc.h"
|
2021-01-18 15:08:58 +00:00
|
|
|
|
2021-03-24 09:35:33 +00:00
|
|
|
/** Init api-hal */
|
2021-01-18 15:08:58 +00:00
|
|
|
void api_hal_init();
|