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 a6a43bc commit 4e15133Copy full SHA for 4e15133
src/RS485.h
@@ -36,6 +36,9 @@
36
#elif ARDUINO_NANO_RP2040_CONNECT
37
#define RS485_DEFAULT_DE_PIN A1
38
#define RS485_DEFAULT_RE_PIN A0
39
+#elif ARDUINO_SAMD_ZERO
40
+#define RS485_DEFAULT_DE_PIN A4
41
+#define RS485_DEFAULT_RE_PIN A5
42
#else
43
#ifndef RS485_DEFAULT_DE_PIN
44
#define RS485_DEFAULT_DE_PIN A6
0 commit comments