mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-01-03 00:18:43 +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();
|