generated from RaccoonlabDev/mini_v2_node
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc42e8f
commit db881ee
Showing
10 changed files
with
46 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
The node has the following registers: | ||
|
||
| № | Register name | Description | | ||
| -- | ----------------------- | ----------- | | ||
| 1 | uavcan.node.id | Defines a node-ID. Allowed values [0,127]. | | ||
| 2 | system.name | Defines custom node name. If empty, the node will use the default name. | | ||
|
||
> This docs was automatically generated. Do not edit it manually. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
uavcan.node.id: | ||
type: Integer | ||
note: Defines a node-ID. Allowed values [0,127]. | ||
enum: PARAM_UAVCAN_NODE_ID | ||
flags: mutable | ||
default: 42 | ||
min: 0 | ||
max: 255 | ||
|
||
system.name: | ||
type: String | ||
note: Defines custom node name. If empty, the node will use the default name. | ||
enum: PARAM_SYSTEM_NAME | ||
flags: mutable | ||
default: "arl.pmu" |
This file was deleted.
Oops, something went wrong.