Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Commit f8792f0

Browse files
DhruvaG2000beriberikix
authored andcommitted
create variant.h
* This eliminates the need for another developer to touch Arduino.h or the CMakelists inside the core/ folder Signed-off-by: Dhruva Gole <goledhruva@gmail.com>
1 parent 4eef0bc commit f8792f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

variants/variants.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#ifdef CONFIG_BOARD_ARDUINO_NANO_33_BLE_SENSE
2+
#include "arduino_nano_ble_sense_pinmap.h"
3+
#endif // CONFIG_BOARD_ARDUINO_NANO_33_BLE_SENSE

0 commit comments

Comments
 (0)