yes

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers parameters.h Source File

parameters.h

00001 #ifndef PARAMETERS_H
00002 #define PARAMETERS_H
00003 
00004 #define SERIAL_BAUD 115200  // Baudrate
00005 
00006 #define UP_BUTTON_PIN 11
00007 #define DOWN_BUTTON_PIN 12
00008 
00009 #define BUTTON_DELAY 45
00010 
00011 #define UP_TEST_PIN 2
00012 #define DOWN_TEST_PIN 3
00013 
00014 #define LED_PIN 13
00015 
00016 // If DEBUG is set to true, the arduino will send back all the received messages
00017 #define DEBUG true
00018 
00019 #endif