ricmoo / QRCode

QR code generation library in C, optimized for low-power devices, such as Arduino.
Other
638 stars 202 forks source link

Use correct separator in keywords.txt #4

Closed per1234 closed 6 years ago

per1234 commented 6 years ago

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

ricmoo commented 6 years ago

Thanks! :)