HVAC_M7_PowerManagement/PowerManagement.h

19 lines
271 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 {
} tPowerManagement;
void Pwm_Init(
tPowerManagement *env
);
#endif //WATER_BOX_BSD_POWERMANAGEMENT_H