api-hal.c 95 B

123456
  1. #include <api-hal.h>
  2. void api_hal_init() {
  3. api_hal_i2c_init();
  4. api_hal_light_init();
  5. }