|
MAV'RIC
|
Configuration structure for servo. More...
#include <servo.hpp>
Public Attributes | |
| float | trim |
| Trim value (between -1 and 1) | |
| float | min |
| Minimum value (between -1 and 1) | |
| float | max |
| Max value (between -1 and 1) | |
| float | failsafe |
| Failsafe position of the servo (between -1 and 1) | |
| uint32_t | repeat_freq |
| Update frequency of the servo (in Hz) | |
| uint16_t | pulse_center_us |
| Pulse width in microseconds for neutral servo position. | |
| uint16_t | pulse_magnitude_us |
| Amplitude of variation of the pulse width. | |
Configuration structure for servo.
1.7.6.1