Skip to content

Commit

Permalink
flexible debug message
Browse files Browse the repository at this point in the history
useful during device development
  • Loading branch information
tridge committed Oct 21, 2024
1 parent eb370f1 commit ed8005b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dronecan/protocol/16371.FlexDebug.uavcan
Original file line number Diff line number Diff line change
@@ -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


0 comments on commit ed8005b

Please sign in to comment.