// // Created by xemon on 04.01.23. // #ifndef UVEOS_ON_NATION_PWMSIM68M_H #define UVEOS_ON_NATION_PWMSIM68M_H #include "GpioPin.h" typedef struct { struct { tGpioPin onOff; tGpioPin power; } gnss; } tSim68Power; void PwmSim68_Startup(tSim68Power *env); #endif //UVEOS_ON_NATION_PWMSIM68M_H