mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 09:13:11 +00:00
8 lines
148 B
C
8 lines
148 B
C
|
#pragma once
|
||
|
|
||
|
#include <furi-hal-i2c.h>
|
||
|
#include <furi-hal-light.h>
|
||
|
#include <furi-hal-resources.h>
|
||
|
#include <furi-hal-spi.h>
|
||
|
|
||
|
void furi_hal_init();
|