Added CI pipeline

This commit is contained in:
2024-12-23 09:42:05 +01:00
parent 7d4c2ea1e4
commit 2a74b6a478
2 changed files with 59 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ masterMacsController(
```
masterMacsAxis(
"$(NAME)", # Name of the associated MCU, e.g. mcu1. This parameter should be provided by an environment variable.
1 # Index of the axis.
1, # Index of the axis.
);
```