PER Firmware
Loading...
Searching...
No Matches
cooling_callbacks.h
Go to the documentation of this file.
1
7#ifndef COOLING_CALLBACKS_H
8#define COOLING_CALLBACKS_H
9
10void powertrain_pumps_on(void);
11void powertrain_pumps_off(void);
12void hx_fan_on(void);
13void hx_fan_off(void);
14void battery_fans_on(void);
15void battery_fans_off(void);
16
17#endif // COOLING_CALLBACKS_H