I am a newbie innew to creating librariesa library in Arduino. I couldwas able to create a library from YouTube. I want to merge two other libraries into my createdthe library I created. Can you please help me to do so?
I already created a keywords.txt file for my library but the keywords are not getting highlighted in orange colorin the IDE. But it is identifiedidentifies as keywords.
Please guide me how to properly create a keywords file and merge the libraries.
Keywords below:
# -----------------------------------------------------------------------------------
# Syntax coloring for IotBlueEmon library
# -----------------------------------------------------------------------------------
# Datatypes (such as objects)
CurrentSense KEYWORD1
#Methods / functions
begin KEYWORD2
Counter1 KEYWORD2
Counter2 KEYWORD2
counter3 KEYWORD2
getCNT1 KEYWORD2
getCNT2 KEYWORD2
getCNT3 KEYWORD2
# Constants