Serial Wombat 4A and 4B Firmware
Public Attributes | List of all members
servo_n Struct Reference

Public Attributes

uint16_t fixedPeriod
 The shortest possible pulse in uS. More...
 
uint16_t variablePeriod
 The difference between the shortest possible pulse and the longest possible pulse in uS. More...
 
uint8_t inactiveCount
 How many 1ms Frames have. More...
 
uint8_t reverse
 0: Normal 1: Subtract commanded value from 65535. More...
 

Member Data Documentation

◆ fixedPeriod

uint16_t servo_n::fixedPeriod

The shortest possible pulse in uS.

◆ inactiveCount

uint8_t servo_n::inactiveCount

How many 1ms Frames have.

◆ reverse

uint8_t servo_n::reverse

0: Normal 1: Subtract commanded value from 65535.

◆ variablePeriod

uint16_t servo_n::variablePeriod

The difference between the shortest possible pulse and the longest possible pulse in uS.