#ifndef CONTROL_LOOP_SPL_H
#define CONTROL_LOOP_SPL_H

void ControlLoop_Init(void);
void ControlLoop_On1msTick(void);
void ControlLoop_Run(void);
void ControlLoop_SetTarget(float target);
void ControlLoop_Stop(void);

#endif
