diff --git a/dronecan/protocol/16371.FlexDebug.uavcan b/dronecan/protocol/16371.FlexDebug.uavcan new file mode 100644 index 0000000..03d0b82 --- /dev/null +++ b/dronecan/protocol/16371.FlexDebug.uavcan @@ -0,0 +1,11 @@ +# +# flexible debug message for development purposes +# developers can use this to get debug information from devices +# for production use this can be replaced with a domain specific message +# +uint8[<=15] u8 +uint16[<=15] u16 +uint32[<=15] u32 +float32[<=15] f32 + +