Added Leds

This commit is contained in:
2020-12-17 13:33:05 +03:00
parent 3a188f5bbb
commit ce2e36c8fd

View File

@@ -7,6 +7,9 @@
#define SOCK1 2
#define SOCK2 3
#define MY_DEFAULT_ERR_LED_PIN 4 // Error led pin
#define MY_DEFAULT_RX_LED_PIN 5 // Receive led pin
#define MY_DEFAULT_TX_LED_PIN 6 // the PCB, on board LED
void presentation();
void sendData(MyMessage msg, bool status);