adafruit / Adafruit_CircuitPlayground

library for Circuit Playground board
171 stars 77 forks source link

Rename example sketch file to match folder name #37

Closed per1234 closed 6 years ago

per1234 commented 6 years ago

The Arduino IDE requires the sketch folder name to match the filename of the primary sketch file. On a case-sensitive OS like Linux this includes filename case matching. This change causes the example sketch to be accessible via the Arduino IDE's File > Examples > LIBRARYNAME menu after the library is installed.

Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#library-examples