// // Created by cfif on 05.05.23. // #ifndef WATER_BOX_BSD_GPIOS_H #define WATER_BOX_BSD_GPIOS_H #include "SerialPorts.h" #include "GpioPin.h" #include "PowerManagement.h" #include "Sensor.h" #include "SpiPorts.h" typedef struct { tLed Led; tRs485DirectionPins comIntDir; tGpioPin CAN1_STB; tGpioPin CAN2_STB; tSpiChipSelectPins SpiChipSelectPins; tConn COON_A_B9_B10; } tGpios; extern tGpios GPIOS; void Gpios_Init(); #endif //WATER_BOX_BSD_GPIOS_H