-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
901496f
commit 301dc4d
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
####################################### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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=* |