pasko-zh / brzo_i2c

Brzo I2C is a fast I2C Implementation written in Assembly for the esp8266
GNU General Public License v3.0
244 stars 47 forks source link

Make example sketch file and folder names match #32

Closed per1234 closed 5 years ago

per1234 commented 6 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

pasko-zh commented 5 years ago

I will restructure the library so that it matches the requirements from rev 2.0 from Arduino. I have changed it in the release 1.3.3 and I will close this PR. Many thanks for your support!