Hanna
Sourcecode Batteriemanagementsystem
ventilator.h
gehe zur Dokumentation dieser Datei
1 
13 #ifndef VENTILATOR_H_
14 #define VENTILATOR_H_
15 
16 #include <stdbool.h>
17 
18 
19 void ventilator ( uint8_t ventNumber, bool set );
20 
21 
22 #endif /* VENTILATOR_H_ */
void ventilator(uint8_t ventNumber, bool set)
Schaltet einen Ventilator ein oder aus.
Definition: ventilator.c:39