Posted on Leave a comment

Master Controller Code

#define DCSBIOS_RS485_MASTER

#define UART1_TXENABLE_PIN 2
#define UART2_TXENABLE_PIN 3
#define UART3_TXENABLE_PIN 4

#include "DcsBios.h"

void setup() {
 DcsBios::setup();
}

void loop() {
 DcsBios::loop();
}
Leave a Reply

Your email address will not be published.