Defines | Functions

switch.c File Reference

Contains a service-level function to read the motor switch. More...

#include <avr/io.h>
#include "xtypes.h"
#include "global.h"
#include "adc.h"
#include "switch.h"
Include dependency graph for switch.c:

Go to the source code of this file.

Defines

#define EXPORT

Functions

void switch_Init (void)
 Init function for this module.
E_SWITCH switch_Get (void)
 Get method for motor switch condition.

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 switch.c.