33 #ifndef __HEARTBEAT_TASK_H__
34 #define __HEARTBEAT_TASK_H__
44 #define LOWER_O (0b1011100)
45 #define UPPER_O (0b1100011)
46 #define LINE (0b1000000)
92 #endif // __HEARTBEAT_TASK_H__
enum heartbeatState heartbeatState_t
The state-machine for the heartbeat.
Functions for accessing hardware connected through pio´s and registers.
definitions for used events
void debugAndHeartbeat(heartbeatState_t *heartbeatStatePtr)
This function implements the debug-logic.
Header file with inline functions to access the registers that are used by the Stepper-Motor-Control ...
void nextHeartbeatStep(heartbeatState_t *heartbeatStatePtr)
State machine for the heartbeat.
void HeartbeatTask(void *pdata)
The task for the hearbeat and the debug-mode.
Header file for all own data types.
Defines for Error and Debug-Output Management.