// // Created by xemon on 04.01.23. // #ifndef UVEOS_ON_NATION_PWMSIM7600E_H #define UVEOS_ON_NATION_PWMSIM7600E_H #include "GpioPin.h" typedef struct { struct { tGpioPin onOff; tGpioPin power; tGpioPin ChargeC; } gsm; } tSim7600ePower; void PwmSim7600e_Startup(tSim7600ePower *env); #endif //UVEOS_ON_NATION_PWMSIM7600E_H