Skip to content

Commit 19f3aa3

Browse files
mjs513soburi
authored andcommitted
variants: Added legacy pin coverager for nano 33 boards
Co-authored-by: Mike S <CyberMerln@gmail.com> Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
1 parent eb95065 commit 19f3aa3

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

variants/arduino_nano_33_ble/variant.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/
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_nrf52840_sense/variant.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/
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_iot/variant.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/
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

0 commit comments

Comments
 (0)