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