Skip to content

Commit

Permalink
library manager feature files
Browse files Browse the repository at this point in the history
  • Loading branch information
lanselambor committed Apr 9, 2018
1 parent 901496f commit 301dc4d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
25 changes: 25 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
@@ -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 changes: 9 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name=Grove - Digital Light Sensor
version=1.0.0
author=Seeed Studio
maintainer=Seeed Studio <[email protected]>
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=*

0 comments on commit 301dc4d

Please sign in to comment.