Defines | Functions

fan.c File Reference

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"
Include dependency graph for fan.c:

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.

Detailed Description

Author:
Philipp Bank
Copyright:
Creative Commons by-nc-sa 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)

Definition in file fan.c.