mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-12 01:07:34 +08:00
6 lines
276 B
Plaintext
6 lines
276 B
Plaintext
uint64 timestamp # time since system start (microseconds)
|
|
uint16 pwm_period # PWM period in microseconds (us) [roof((1s/1526hz)*10^7us/s)=656us:floor((1s/24hz)*10^7us/s)=41666us]
|
|
uint16[16] pulse_width # pulse width in microseconds (us) [656:41666]
|
|
|
|
# TOPICS pca_pwm
|