File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ #######################################
2+ # Syntax Coloring Map For arduino-sht
3+ #######################################
4+
5+ #######################################
6+ # Datatypes (KEYWORD1)
7+ #######################################
8+
9+ SHTSensorType KEYWORD1
10+ SHTAccuracy KEYWORD1
11+ SHTSensor KEYWORD1
12+
13+ #######################################
14+ # Methods and Functions (KEYWORD2)
15+ #######################################
16+
17+ init KEYWORD2
18+ readSample KEYWORD2
19+ getHumidity KEYWORD2
20+ getTemperature KEYWORD2
21+ setAccuracy KEYWORD2
22+
23+ #######################################
24+ # Instances (KEYWORD2)
25+ #######################################
26+
27+ #######################################
28+ # Constants (LITERAL1)
29+ #######################################
You can’t perform that action at this time.
0 commit comments