This file contains the methods to control a 5V fan, connected to the "emitter" pin of the C5 instrument pod. More...
#include <avr/io.h>#include "xtypes.h"#include "global.h"#include "fan.h"
Go to the source code of this file.
Defines | |
| #define | EXPORT |
Functions | |
| void | fan_Init (void) |
| Init function of module <fan.c>. | |
| void | fan_Set (E_SWITCH eState) |
| Method to activate or deactivate the fan. | |
Definition in file fan.c.
1.7.2