summaryrefslogtreecommitdiff
path: root/digital/io-hub/src/guybrush/contact_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io-hub/src/guybrush/contact_defs.h')
-rw-r--r--digital/io-hub/src/guybrush/contact_defs.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/digital/io-hub/src/guybrush/contact_defs.h b/digital/io-hub/src/guybrush/contact_defs.h
index 55773d78..471c88e5 100644
--- a/digital/io-hub/src/guybrush/contact_defs.h
+++ b/digital/io-hub/src/guybrush/contact_defs.h
@@ -28,8 +28,16 @@
#define CONTACT_COLOR E, 3
#define CONTACT_JACK E, 5
#define CONTACT_STRAT E, 1
+#define CONTACT_LOWER_CLAMP_SENSOR_1 D, 5
+#define CONTACT_LOWER_CLAMP_SENSOR_2 B, 6
+#define CONTACT_LOWER_CLAMP_SENSOR_3 D, 6
+#define CONTACT_LOWER_CLAMP_SENSOR_4 B, 7
#define CONTACT_LIST \
- CONTACT (CONTACT_STRAT)
+ CONTACT (CONTACT_STRAT) \
+ CONTACT (CONTACT_LOWER_CLAMP_SENSOR_1) \
+ CONTACT (CONTACT_LOWER_CLAMP_SENSOR_2) \
+ CONTACT (CONTACT_LOWER_CLAMP_SENSOR_3) \
+ CONTACT (CONTACT_LOWER_CLAMP_SENSOR_4)
#endif /* contact_defs_h */