You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arduino projects contains a keywords.txt file that describes all keywords that should be highlighted in the Arduino IDE. It wants every class followed by KEYWORD1 and every method followed by KEYWORD2. This is very tedious and error prone to do by hand, so there should be a script that handles this automatically. This should also be put into the build process. This is related to #8.
Arduino projects contains a keywords.txt file that describes all keywords that should be highlighted in the Arduino IDE. It wants every class followed by KEYWORD1 and every method followed by KEYWORD2. This is very tedious and error prone to do by hand, so there should be a script that handles this automatically. This should also be put into the build process. This is related to #8.
https://www.arduino.cc/en/Hacking/LibraryTutorial
The text was updated successfully, but these errors were encountered: