Add dummy .h files to Digispark_Examples and DigiXBetaBonus folders

In Arduino IDE 1.6.6 and 1.6.7 these are considered invalid libraries
without a header file and this causes a warning whenever a Digispark
board is selected from the Tools > Board menu or Boards Manager or
Library Manager is opened with a Digispark board selected and the
sketches don't appear in the File > Example menu.
This commit is contained in:
per1234 2016-02-04 02:35:46 -08:00
parent bd916e2eea
commit 0d4830288d
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
//This file allows the Digispark_Examples to appear in the File > Examples menu and fixes the Invalid library warning in Arduino IDE 1.6.6+

View File

@ -0,0 +1 @@
//This file allows the DigiXBetaBonus sketches to appear in the File > Examples menu and fixes the Invalid library warning in Arduino IDE 1.6.6+