summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/sharp.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io/src/sharp.h')
-rw-r--r--digital/io/src/sharp.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/digital/io/src/sharp.h b/digital/io/src/sharp.h
index fa6682cb..2417856e 100644
--- a/digital/io/src/sharp.h
+++ b/digital/io/src/sharp.h
@@ -36,8 +36,9 @@
/**
* Number of sharps.
+ * If you change it, you _must_ update the key of the eeprom module!
*/
-#define SHARP_NUMBER 4
+#define SHARP_NUMBER 5
/**
* Front left sharp.
@@ -45,19 +46,24 @@
#define SHARP_FRONT_LEFT 0
/**
+ * Front middle sharp.
+ */
+#define SHARP_FRONT_MIDDLE 1
+
+/**
* Front right sharp.
*/
-#define SHARP_FRONT_RIGHT 1
+#define SHARP_FRONT_RIGHT 2
/**
* Back left sharp.
*/
-#define SHARP_BACK_LEFT 2
+#define SHARP_BACK_LEFT 3
/**
* Back right sharp.
*/
-#define SHARP_BACK_RIGHT 3
+#define SHARP_BACK_RIGHT 4
/**
* Low (0 index) and high (1 index) thresholds for interpreted sharp values.