File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 23
23
24
24
#include <Arduino.h>
25
25
26
+ /******************************************************************************
27
+ * AUTOMATICALLY CONFIGURED DEFINES FROM EXTERNAL LIBRARIES
28
+ ******************************************************************************/
29
+
30
+ #if defined __has_include
31
+ #if __has_include (< Arduino_NotecardConnectionHandler .h > )
32
+ #define USE_NOTECARD
33
+ #endif
34
+ #endif
35
+
36
+ /******************************************************************************
37
+ * AUTOMATICALLY CONFIGURED DEFINES
38
+ ******************************************************************************/
39
+
26
40
#ifdef ARDUINO_SAMD_MKR1000
27
41
#define BOARD_HAS_WIFI
28
42
#define NETWORK_HARDWARE_ERROR WL_NO_SHIELD
You can’t perform that action at this time.
0 commit comments