Skip to content

Commit

Permalink
add notes to default registers
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA committed Nov 6, 2023
1 parent 507767d commit 8294f4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cyphal/params.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
uavcan.node.id:
note: Defines a node-ID. Allowed values [0,127].
type: Integer
enum: PARAM_NODE_ID
flags: mutable
Expand All @@ -7,12 +8,14 @@ uavcan.node.id:
max: 256

system.name:
note: Defines custom node name. If empty, the node will use the default name.
type: String
enum: PARAM_NODE_NAME
flags: mutable
default: ""

uavcan.node.description:
note: User/integrator-defined, human-readable description of this specific node.
type: String
enum: PARAM_NODE_DESCRIPTION
flags: mutable
Expand Down

0 comments on commit 8294f4b

Please sign in to comment.