8 Commits

Author SHA1 Message Date
Nikolai
7fb5d1b4d6 Merge pull request #2 from per1234/keywords-separator
Remove leading space from keywords.txt identifier
2018-07-17 20:05:42 -07:00
per1234
2da163ae92 Remove leading space from keywords.txt identifier
Each field of keywords.txt is separated by a single true tab. Leading spaces on a keyword identifier causes it to not be recognized by the Arduino IDE. On Arduino IDE 1.6.5 and newer an unrecognized keyword identifier causes the default editor.function.style highlighting to be used (as with KEYWORD2, KEYWORD3).

Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
2018-07-17 08:47:47 -07:00
Nikolai
3a541ef262 Merge pull request #1 from per1234/root-library
Move library to root of repository
2018-07-07 07:55:59 -07:00
per1234
4a688faf83 Move library to root of repository
A popular library installation technique is to download the library via GitHub's Clone or download > Download ZIP and then use the Arduino IDE's Sketch > Include Library > Add .ZIP Library on the downloaded file. This requires the library to be in the root of the repository, not in a subfolder. If the library is not in the root of the repository this installation technique fails:

Specified folder/zip file does not contain a valid library

This is the standard repository structure used in all official Arduino libraries:
https://github.com/arduino-libraries

This move is also required if you wanted to add your library to the Arduino Library Manager index, which provides an even easier installation option.
2018-07-07 02:02:56 -07:00
workinghard
086078c8ef init 2016-11-10 21:30:58 -08:00
workinghard
74f64a7616 Create README.md 2016-11-10 21:29:54 -08:00
workinghard
487b947f1e init 2016-11-10 21:28:02 -08:00
workinghard
4c528240ad Initial commit 2016-11-10 21:25:05 -08:00