flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
Loading...
Searching...
No Matches
debug_servo.h
Go to the documentation of this file.
1#ifndef SERVO_DEBUG_SERVO
2#define SERVO_DEBUG_SERVO
3
4#include <stdint.h>
5
6#include "../ptp_servo_types.h"
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
15void debug_servo_init();
16
21
26
33float debug_servo_run(int32_t dt, PtpServoAuxInput * pAux);
34
35#ifdef __cplusplus
36}
37#endif
38
39#endif /* SERVO_DEBUG_SERVO */
float debug_servo_run(int32_t dt, PtpServoAuxInput *pAux)
Definition: debug_servo.c:107
void debug_servo_init()
Definition: debug_servo.c:85
void debug_servo_deinit()
Definition: debug_servo.c:93
void debug_servo_reset()
Definition: debug_servo.c:99
Data to perform a full synchronization.