We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9604e commit fc2cffeCopy full SHA for fc2cffe
src/RS485.h
@@ -43,6 +43,11 @@
43
#define SERIAL_PORT_HARDWARE Serial1
44
#define RS485_DEFAULT_DE_PIN 8
45
#define RS485_DEFAULT_RE_PIN 7
46
+#elif defined(ARDUINO_UNO_Q)
47
+// Support for Uno Q with the SPE Shield mounted
48
+#define SERIAL_PORT_HARDWARE Serial
49
+#define RS485_DEFAULT_DE_PIN D8
50
+#define RS485_DEFAULT_RE_PIN D7
51
#else
52
#ifndef RS485_DEFAULT_DE_PIN
53
#define RS485_DEFAULT_DE_PIN A6
0 commit comments