This website works better with JavaScript
Главная
Обзор
Помощь
Вход
torambo.com
/
Momentum-Apps
Следить
2
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
b05453ecff
Ветки
Метки
dev
feat/nfc-maker-type4
Momentum-Apps
/
bootloader
/
targets
/
f6
/
furi-hal
/
furi-hal.c
furi-hal.c
99 B
История
Исходник
1
2
3
4
5
6
#include <furi-hal.h>
void furi_hal_init() {
furi_hal_i2c_init();
furi_hal_light_init();
}