mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-20 09:43:23 +00:00
6 lines
90 B
C
6 lines
90 B
C
|
#pragma once
|
||
|
|
||
|
#include <furi-hal-i2c.h>
|
||
|
#include <furi-hal-light.h>
|
||
|
|
||
|
void furi_hal_init();
|