Preliminary implementation of SwissMX RT

This commit is contained in:
2023-04-26 09:22:59 +02:00
parent f961ee0758
commit a904eac8eb
9 changed files with 321 additions and 137 deletions

View File

@@ -10,6 +10,7 @@ public class SampleInfo extends HashMap {
public enum PuckType {
Unipuck,
MiniSpine,
RT,
Unknown
}