Can Opener - ME 507
taskMoveMachine.h
Go to the documentation of this file.
1
8
#ifndef TASK_MOVE_MACHINE_H
9
#define TASK_MOVE_MACHINE_H
10
11
#include "STM32FreeRTOS.h"
12
#include <Arduino.h>
13
#include "PrintStream.h"
14
#include "taskshare.h"
15
#include "../lib/motorDriverLib/MotorDriver.h"
16
#include "../lib/motorDriverLib/StepperDriver.h"
17
#include "../shares.h"
18
#include "../pins.h"
19
20
void
taskMoveMachine
(
void
*p_params);
21
22
#endif
taskMoveMachine
void taskMoveMachine(void *p_params)
Task: Move Machine.
Definition:
taskMoveMachine.cpp:28
CanOpener
src
tasks
taskMoveMachine.h
Generated by
1.9.0