Browse Source

library manager feature files

lanselambor 8 years ago
parent
commit
301dc4d376
2 changed files with 34 additions and 0 deletions
  1. 25 0
      keywords.txt
  2. 9 0
      library.properties

+ 25 - 0
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)
+#######################################

+ 9 - 0
library.properties

@@ -0,0 +1,9 @@
+name=Grove - Digital Light Sensor
+version=1.0.0
+author=Seeed Studio
+maintainer=Seeed Studio <techsupport@seeed.cc>
+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=*