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"
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. |
Definition in file relay.c.