From 737e38dc291f79ecfd1693793c248c2dc3f59acc Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 19 Nov 2015 07:59:53 -0800 Subject: [PATCH] Make SmartEverything Basic examples show in Arduino IDE 1.6.6 Adding a dummy .h file to the SME_basic library folder allows the SmartEverything Basic examples to appear in the Arduino IDE 1.6.6 File > Examples menu and fixes the invalid library warnings shown when Library Manager or Boards Manager is opened with an AMEL-Tech board selected. --- hardware/AMEL/samd/libraries/SME_basic/SME_basic.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 hardware/AMEL/samd/libraries/SME_basic/SME_basic.h diff --git a/hardware/AMEL/samd/libraries/SME_basic/SME_basic.h b/hardware/AMEL/samd/libraries/SME_basic/SME_basic.h new file mode 100644 index 0000000..e9b959a --- /dev/null +++ b/hardware/AMEL/samd/libraries/SME_basic/SME_basic.h @@ -0,0 +1 @@ +// This file allows the SmartEverything Basic examples to appear in the Arduino IDE 1.6.6 File > Examples menu.