RyoKosaka / HelloDrum-arduino-Library

This is a library for making E-Drum with arduino.
https://open-e-drums.com/
MIT License
234 stars 57 forks source link

Move example sketch to appropriately named folder #2

Closed per1234 closed 4 years ago

per1234 commented 5 years ago

The Arduino IDE requires the sketch folder name to match the filename of the primary sketch file. 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

per1234 commented 4 years ago

@RyoKosaka why did you close this? The problem still exists. I should mention that this will only be noticeable on filename case-sensitive operating systems like Linux.