yes

parameters.h

Committer:
128keaton
Date:
2019-06-24
Revision:
0:2b8bbdd96dca

File content as of revision 0:2b8bbdd96dca:

#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