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

Commit

Permalink
Rename to CyphalServoController12/CAN. (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger authored Sep 22, 2023
1 parent e79aab3 commit 0958554
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-fw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
pull_request:
paths:
- ".github/workflows/compile-fw.yml"
- "l3xz-valve-ctrl-firmware.ino"
- "CyphalServoController12-CAN-firmware.ino"

push:
paths:
- ".github/workflows/compile-fw.yml"
- "l3xz-valve-ctrl-firmware.ino"
- "CyphalServoController12-CAN-firmware.ino"

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This software is distributed under the terms of the MIT License.
* Copyright (c) 2023 LXRobotics.
* Author: Alexander Entinger <[email protected]>
* Contributors: https://github.com/107-systems/l3xz-valve-ctrl-firmware/graphs/contributors.
* Contributors: https://github.com/107-systems/CyphalServoController12-CAN-firmware/graphs/contributors.
*/

/**************************************************************************************
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<a href="https://107-systems.org/"><img align="right" src="https://raw.githubusercontent.com/107-systems/.github/main/logo/107-systems.png" width="15%"></a>
:floppy_disk: `l3xz-valve-ctrl-firmware`
========================================
:floppy_disk: `CyphalServoController12/CAN-firmware`
====================================================
<a href="https://opencyphal.org/"><img align="right" src="https://raw.githubusercontent.com/107-systems/.github/main/logo/opencyphal.svg" width="25%"></a>
[![General Formatting Checks](https://github.com/107-systems/l3xz-valve-ctrl-firmware/workflows/General%20Formatting%20Checks/badge.svg)](https://github.com/107-systems/l3xz-valve-ctrl-firmware/actions?workflow=General+Formatting+Checks)
[![Spell Check](https://github.com/107-systems/l3xz-valve-ctrl-firmware/workflows/Spell%20Check/badge.svg)](https://github.com/107-systems/l3xz-valve-ctrl-firmware/actions?workflow=Spell+Check)
[![Compile Examples](https://github.com/107-systems/l3xz-valve-ctrl-firmware/workflows/Compile/badge.svg)](https://github.com/107-systems/l3xz-valve-ctrl-firmware/actions?workflow=Compile)
[![General Formatting Checks](https://github.com/107-systems/CyphalServoController12-CAN-firmware/workflows/General%20Formatting%20Checks/badge.svg)](https://github.com/107-systems/CyphalServoController12-CAN-firmware/actions?workflow=General+Formatting+Checks)
[![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.

Expand Down

0 comments on commit 0958554

Please sign in to comment.