mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-21 10:13:10 +00:00
6 lines
87 B
C
6 lines
87 B
C
|
#pragma once
|
||
|
|
||
|
#include <api-hal-i2c.h>
|
||
|
#include <api-hal-light.h>
|
||
|
|
||
|
void api_hal_init();
|