aboutsummaryrefslogtreecommitdiff
path: root/software/consts.h
diff options
context:
space:
mode:
Diffstat (limited to 'software/consts.h')
-rw-r--r--software/consts.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/software/consts.h b/software/consts.h
index b0b7075..ed4572d 100644
--- a/software/consts.h
+++ b/software/consts.h
@@ -4,13 +4,14 @@
#define PINOUT_SCK 4
#define PINOUT_SER 2
#define PINOUT_LCK 3
+#define PINOUT_NOISE A0
// animation framerate
#define CONFIG_FRAMERATE 60
// debug options
-// #define CONFIG_SERIAL_BAUD 115200
-// #define DEBUG
+#define CONFIG_SERIAL_BAUD 115200
+#define DEBUG
/**
* @brief map 3D cube coordinates to `led_state` indices