summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-05-26 17:56:56 +0200
committerlonkaars <loek@pipeframe.xyz>2022-05-26 17:56:56 +0200
commite4b0a76f56e290b7b052b4d5dad7ebb710f12c98 (patch)
treeafc14712cc67ea1550b830056ca5055c568fec3e /shared
parent6a1c9853402f623ef9eba76556a9a0213f04d3c8 (diff)
fix merge conflicts
Diffstat (limited to 'shared')
-rw-r--r--shared/consts.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/shared/consts.h b/shared/consts.h
index 25ca94f..c65e50f 100644
--- a/shared/consts.h
+++ b/shared/consts.h
@@ -19,3 +19,10 @@
#define W2_EMA_WEIGHT (0.10)
/** size of mode history buffer */
#define W2_MODE_HISTORY_BUFFER_SIZE (4)
+
+/** front-facing distance sensor pinout */
+#define W2_FRONT_SENSOR_PIN 5
+/** battery voltage sensor pinout */
+#define W2_BATTERY_PIN 6
+/** side-facing distance sensor pinout */
+#define W2_SIDE_SENSOR_PIN 7 \ No newline at end of file