3 Commits

Author SHA1 Message Date
per1234
8ae3cacb96
Remove leading space from keywords.txt identifier tokens
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, LITERAL2).

Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
2018-07-16 03:14:20 -07:00
per1234
d2ee445d33 Use correct separator in keywords.txt
The Arduino IDE requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted.

Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
2017-09-02 09:01:06 -07:00
PaulStoffregen
d765d114e0 Import Tlc5940 version r014_2 2014-06-07 06:33:39 -07:00