mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-25 13:57:42 +08:00
2.5 KiB
2.5 KiB
pageClass
| pageClass |
|---|
| is-wide-page |
EscEepromRead (UORB message)
TOPICS: esc_eeprom_read
Fields
Constants
| Назва | Тип | Значення | Опис |
|---|---|---|---|
| ORB_QUEUE_LENGTH | uint8 |
8 | To support 8 queued up responses |
Source Message
:::details Click here to see original file
uint64 timestamp # [us] Time since system start
uint8 firmware # [-] ESC firmware type (see ESC_FIRMWARE enum in MAVLink)
uint8 index # [-] Index of the ESC (0 = ESC1, 1 = ESC2, etc.)
uint16 length # [-] Length of valid data
uint8[48] data # [-] Raw ESC EEPROM data
uint8 ORB_QUEUE_LENGTH = 8 # To support 8 queued up responses
:::