Can Opener - ME 507
taskLimitSwitch.h
Go to the documentation of this file.
1 
8 #ifndef TASK_LIMIT_SWITCH_H
9 #define TASK_LIMIT_SWITCH_H
10 
11 #include "STM32FreeRTOS.h"
12 #include <Arduino.h>
13 #include "PrintStream.h"
14 #include "taskshare.h"
15 #include "../lib/sensorLib/limitSwitch.h"
16 #include "../shares.h"
17 #include "../pins.h"
18 
19 void taskCheckLimitSwitches(void *p_params);
20 
21 #endif
void taskCheckLimitSwitches(void *p_params)
Task: Check Limit Switches.
Definition: taskLimitSwitch.cpp:19