sparkfun / SparkFun_SerLCD_Arduino_Library

A library to seamlessly control the SparkFun SerLCD over I2C, SPI, and Serial.
MIT License
23 stars 10 forks source link

Use correct field separator in keywords.txt #2

Closed per1234 closed 4 years ago

per1234 commented 5 years ago

The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab, the keyword is not highlighted.

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

nseidle commented 4 years ago

Thanks per1234!

per1234 commented 4 years ago

You're welcome. I'm always glad to have an opportunity to make an "epic" contribution to SparkFun! Haha. Thanks for the mention. I got a good chuckle out of seeing my name in that blog post.

nseidle commented 4 years ago

Hah! You are very welcome. You deserve it. Thanks for pushing for better libraries!