mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 06:53:07 +01:00
7 lines
172 B
C
7 lines
172 B
C
#ifndef _GWIICTASK_H
|
|
#define _GWIICTASK_H
|
|
#include "GwApi.h"
|
|
#include "GwSensor.h"
|
|
void initIicTask(GwApi *api);
|
|
DECLARE_INITFUNCTION_ORDER(initIicTask,GWLATEORDER);
|
|
#endif |