From bce5fac52e237bb54ada0dd9d9a6150b0117f175 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 28 Jan 2025 22:31:10 -0800 Subject: [PATCH] feat: add debug folder for testing hardware issues --- .gitignore | 2 ++ debug/opp/config/config.yaml | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 debug/opp/config/config.yaml diff --git a/.gitignore b/.gitignore index 3478e88..a76c703 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ __pycache__/ # pixelmator *.pxm + +debug/opp/data diff --git a/debug/opp/config/config.yaml b/debug/opp/config/config.yaml new file mode 100644 index 0000000..e7a0fe0 --- /dev/null +++ b/debug/opp/config/config.yaml @@ -0,0 +1,21 @@ +#config_version=6 + +hardware: + platform: opp + driverboards: gen2 + lights: opp + +opp: + baud: 115200 + ports: /dev/cu.usbmodem101 + chains: + 0: /dev/cu.usbmodem101 + +lights: + l_backbox_match_00: + subtype: matrix + number: 0-0-0 + l_grooveline_lit: + subtype: matrix + # number: 0-2-0 fails per duplicate light number + number: 0-2-1 works