We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0b7ef0 + e1ad1a4 commit eabeb63Copy full SHA for eabeb63
variants/arduino_nano_33_ble/variant.h
@@ -3,3 +3,11 @@
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
+
7
+// TODO: correctly handle these legacy defines
8
+#define MOSI 11
9
+#define MISO 12
10
+#define SCK 13
11
+#define SS 10
12
+#define SDA 0
13
+#define SCL 0
variants/arduino_nano_33_ble_sense/variant.h
variants/arduino_nano_33_iot/variant.h
0 commit comments