We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b7ef0 commit 0cdbf15Copy full SHA for 0cdbf15
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 0
9
+#define MISO 0
10
+#define SCK 0
11
+#define SS 0
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