Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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
Generated on Fri Jul 15 2022 11:59:46 by
1.7.2