implement Matrix type

add comp,eq factory methods for Matrix type

update address maps
This commit is contained in:
2026-02-07 03:51:47 +00:00
parent 65d20408b1
commit 904e6c02d8
5 changed files with 100 additions and 15 deletions

View File

@@ -10,7 +10,8 @@ var xairAddressMap = map[string]string{
var x32AddressMap = map[string]string{
"main": "/main/st",
"mainmono": "/main/mono",
"mainmono": "/main/m",
"matrix": "/mtx/%02d",
"strip": "/ch/%02d",
"bus": "/bus/%02d",
"headamp": "/headamp/%03d",