HVAC_DEV_V2_PowerManagement/PowerManagement.h

26 lines
377 B
C

//
// Created by cfif on 05.05.23.
//
#ifndef WATER_BOX_BSD_POWERMANAGEMENT_H
#define WATER_BOX_BSD_POWERMANAGEMENT_H
#include "GpioPin.h"
typedef struct {
tGpioPin ledR1;
tGpioPin ledG1;
tGpioPin ledR2;
tGpioPin ledG2;
} tLed;
typedef struct {
} tPowerManagement;
void Pwm_Init(
tPowerManagement *env
);
#endif //WATER_BOX_BSD_POWERMANAGEMENT_H