mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
73ecc7cde6
* Rename Irukagotchi to Dolphin. Add basic game state structures. * Dolphin: state, counters, api. BT: shared access to flash. Flash: write api. * add fake -1 deeds, example of changing icounter Co-authored-by: coreglitch <mail@s3f.ru>
17 lines
379 B
C++
17 lines
379 B
C++
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
template <unsigned int N> struct STOP_EXTERNING_ME {};
|
|
#endif
|
|
|
|
#include "api-hal-boot.h"
|
|
#include "api-hal-gpio.h"
|
|
#include "api-hal-delay.h"
|
|
#include "api-hal-pwm.h"
|
|
#include "api-hal-task.h"
|
|
#include "api-hal-tim.h"
|
|
#include "api-hal-power.h"
|
|
#include "api-hal-vcp.h"
|
|
#include "api-hal-uid.h"
|
|
#include "api-hal-bt.h"
|
|
#include "api-hal-flash.h"
|