victorhurdugaci / SerialProtocol

A protocol for sending data between two Arduino devices, or between an Arduino and another device through a serial port
http://victorhurdugaci.com
Apache License 2.0
41 stars 12 forks source link

Use correct field separator in keywords.txt #4

Closed per1234 closed 5 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

victorhurdugaci commented 5 years ago

Thank you for your contribution!