Defines | Functions

relay.c File Reference

This file contains the methods to enable or disable the motor relay. More...

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

Go to the source code of this file.

Defines

#define EXPORT

Functions

void relay_Init (void)
 Init function of module <relay.c>.
void relay_Enable (E_BOOL bEnabled)
 Method to enable or disable the motor relay.

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