// // Created by xemon on 19.10.22. // #ifndef UVEOS_ON_NATION_I2CPORTS_H #define UVEOS_ON_NATION_I2CPORTS_H #include "I2cIO.h" #include "I2cPortNation.h" typedef struct { tI2cPortNation max9860Port; tI2cIO max9860Io; } tI2cPorts; extern tI2cPorts I2C_PORTS; void I2cPorts_Init(); #endif //UVEOS_ON_NATION_I2CPORTS_H