File tree Expand file tree Collapse file tree 4 files changed +491
-134
lines changed Expand file tree Collapse file tree 4 files changed +491
-134
lines changed Original file line number Diff line number Diff line change 1+ #######################################
2+ # Syntax Coloring Map For CurieI2S
3+ #######################################
4+
5+ #######################################
6+ # Datatypes (KEYWORD1)
7+ #######################################
8+
9+ Curie_I2S KEYWORD1
10+
11+ #######################################
12+ # Methods and Functions (KEYWORD2)
13+ #######################################
14+
15+ begin KEYWORD2
16+ start KEYWORD2
17+ stop KEYWORD2
18+ begin KEYWORD2
19+ enableRX KEYWORD2
20+ enableTX KEYWORD2
21+ startRX KEYWORD2
22+ startTX KEYWORD2
23+ stopRX KEYWORD2
24+ stopTX KEYWORD2
25+ setI2SMode KEYWORD2
26+ setResolution KEYWORD2
27+ initRX KEYWORD2
28+ initTX KEYWORD2
29+ end KEYWORD2
30+ pushData KEYWORD2
31+ fastPushData KEYWORD2
32+ write KEYWORD2
33+ pullData KEYWORD2
34+ read KEYWORD2
35+ requestdword KEYWORD2
36+ available KEYWORD2
37+ availableTx KEYWORD2
38+ attachRxInterrupt KEYWORD2
39+ detachRxInterrupt KEYWORD2
40+ attachTxInterrupt KEYWORD2
41+ detachTxInterrupt KEYWORD2
42+ #######################################
43+ # Instances (KEYWORD2)
44+ #######################################
45+ CurieI2S KEYWORD2
46+ #######################################
47+ # Constants (LITERAL1)
48+ #######################################
Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ version=1.0
33author =Intel
44maintainer =Intel
55email =dino.tinitigan@intel.com
6- sentence =Curie I2S Library
6+ sentence =Curie I2S Library for Arduino/Genuino 101
77paragraph =
8+ category =Communication
89url =http://makers.intel.com
910architectures =arc32
1011core-dependencies =arduino (>=1.6.3)
You can’t perform that action at this time.
0 commit comments