yes

Revision:
0:2b8bbdd96dca
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/parameters.h	Mon Jun 24 01:21:15 2019 +0000
@@ -0,0 +1,19 @@
+#ifndef PARAMETERS_H
+#define PARAMETERS_H
+
+#define SERIAL_BAUD 115200  // Baudrate
+
+#define UP_BUTTON_PIN 11
+#define DOWN_BUTTON_PIN 12
+
+#define BUTTON_DELAY 45
+
+#define UP_TEST_PIN 2
+#define DOWN_TEST_PIN 3
+
+#define LED_PIN 13
+
+// If DEBUG is set to true, the arduino will send back all the received messages
+#define DEBUG true
+
+#endif
\ No newline at end of file