Files
ardupilot/libraries
Andy Piper 8ee5638839 AP_CRSF: add shared CRSF protocol types
Add AP_CRSF_Protocol class with shared enums and structures that will
be used by both AP_RCProtocol_CRSF and AP_CRSF_Telem.

Includes:
- FrameType, CommandID, DeviceAddress, CommandGeneral, CommandVTX,
  CommandRX, CustomTelemSubTypeID, ProtocolType enums
- Frame, SubsetChannelsFrame, LinkStatisticsTXFrame structs
- HeartbeatFrame, CommandFrame, ParameterPingFrame,
  ParameterDeviceInfoFrame structs
- CRSF_MAX_CHANNELS, CRSF_FRAMELEN_MAX, CRSF_HEADER_LEN,
  CRSF_FRAME_PAYLOAD_MAX defines
- get_frame_type() debug helper method
2026-01-28 13:07:47 +00:00
..
2026-01-20 17:25:29 +11:00
2026-01-27 20:43:53 +11:00