Debinix Team Library MyMacros
The Arduino library identifies your unique collection of development boards
|
#include <Board_Identify.h>
Go to the source code of this file.
Classes | |
struct | board |
Macros | |
#define | BAUD_RATE 115200 |
Personal definition of baudrate, change as you see fit. | |
#define | BLINK_DELAY 125 |
Personal definition of led blink rate in milliseconds, change as you see fit. | |
#define | printlnMatch() Serial.println("UNKNOWN BOARD") |
Calls Serial.println() and prints identified board. | |
#define | BUILD_BOARD "UNKNOWN BOARD" |
The defined identified board, as a macro. | |
This is part of MyMacros library for the Arduino platform.
The MIT license.