This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
torambo.com
/
Momentum-Apps
Beobachten
2
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
734820c137
Branches
Tags
dev
feat/nfc-maker-type4
Momentum-Apps
/
bootloader
/
targets
/
f6
/
api-hal
/
api-hal.c
api-hal.c
95 B
Verlauf
Originalformat
1
2
3
4
5
6
#include <api-hal.h>
void api_hal_init() {
api_hal_i2c_init();
api_hal_light_init();
}