diff --git a/keywords.txt b/keywords.txt new file mode 100644 index 0000000..6ed4d38 --- /dev/null +++ b/keywords.txt @@ -0,0 +1,25 @@ + +####################################### +# Syntax Coloring Map For +####################################### + +####################################### +# Datatypes (KEYWORD1) +####################################### + + + +####################################### +# Methods and Functions (KEYWORD2) +####################################### +readVisibleLux KEYWORD2 +calculateLux KEYWORD2 +getLux KEYWORD2 +init KEYWORD2 +readRegister KEYWORD2 +writeRegister KEYWORD2 + + +####################################### +# Constants (LITERAL1) +####################################### \ No newline at end of file diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..2ce198e --- /dev/null +++ b/library.properties @@ -0,0 +1,9 @@ +name=Grove - Digital Light Sensor +version=1.0.0 +author=Seeed Studio +maintainer=Seeed Studio +sentence=Arduino library to control Grove - Digital Light Sensor(TSL2561/ISL29035). +paragraph=Arduino library to control Grove - Digital Light Sensor(TSL2561/ISL29035). +category=Sensors +url=https://github.com/Seeed-Studio/Grove_Digital_Light_Sensor +architectures=* \ No newline at end of file