Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Fix: node description should be "107-systems.CyphalServoController12/…
Browse files Browse the repository at this point in the history
…CAN". (#17)
  • Loading branch information
aentinger authored Oct 2, 2023
1 parent 0958554 commit 6e7bc9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CyphalServoController12-CAN-firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ void setup()
/* saturated uint8[16] unique_id */
cyphal::support::UniqueId::instance().value(),
/* saturated uint8[<=50] name */
"107-systems.l3xz-valve-ctrl"
"107-systems.CyphalServoController12/CAN"
);

/* Setup all servos. */
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Spell Check](https://github.com/107-systems/CyphalServoController12-CAN-firmware/workflows/Spell%20Check/badge.svg)](https://github.com/107-systems/CyphalServoController12-CAN-firmware/actions?workflow=Spell+Check)
[![Compile Examples](https://github.com/107-systems/CyphalServoController12-CAN-firmware/workflows/Compile/badge.svg)](https://github.com/107-systems/CyphalServoController12-CAN-firmware/actions?workflow=Compile)

Firmware for the [L3X-Z](https://github.com/107-systems/l3xz) valve controller which is based on the [OpenCyphalServoController12](https://github.com/generationmake/OpenCyphalServoController12) board.
Firmware for the 12-chanel PWM servo controller which is based on the [OpenCyphalServoController12](https://github.com/generationmake/OpenCyphalServoController12) board.

<p align="center">
<a href="https://github.com/107-systems/l3xz"><img src="https://raw.githubusercontent.com/107-systems/.github/main/logo/l3xz-logo-memento-mori-github.png" width="40%"></a>
Expand Down

0 comments on commit 6e7bc9e

Please sign in to comment.