Hanna
Sourcecode Batteriemanagementsystem
Doku Start
Informationen
Auflistung der Dateien
Datenstrukturen
Batman
Hanna
Documents
Eclipse
ws-bms
bms_main
Hardware
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_ */
ventilator
void ventilator(uint8_t ventNumber, bool set)
Schaltet einen Ventilator ein oder aus.
Definition:
ventilator.c:39