Skip to content

CurieI2S library #156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 2, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions libraries/CurieI2S/keywords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
#######################################
# Syntax Coloring Map For CurieI2S
#######################################

#######################################
# Datatypes (KEYWORD1)
#######################################

Curie_I2S KEYWORD1

#######################################
# Methods and Functions (KEYWORD2)
#######################################

begin KEYWORD2
start KEYWORD2
stop KEYWORD2
begin KEYWORD2
enableRX KEYWORD2
enableTX KEYWORD2
startRX KEYWORD2
startTX KEYWORD2
stopRX KEYWORD2
stopTX KEYWORD2
setI2SMode KEYWORD2
setResolution KEYWORD2
initRX KEYWORD2
initTX KEYWORD2
end KEYWORD2
pushData KEYWORD2
fastPushData KEYWORD2
write KEYWORD2
pullData KEYWORD2
read KEYWORD2
requestdword KEYWORD2
available KEYWORD2
availableTx KEYWORD2
attachRxInterrupt KEYWORD2
detachRxInterrupt KEYWORD2
attachTxInterrupt KEYWORD2
detachTxInterrupt KEYWORD2
#######################################
# Instances (KEYWORD2)
#######################################
CurieI2S KEYWORD2
#######################################
# Constants (LITERAL1)
#######################################
3 changes: 2 additions & 1 deletion libraries/CurieI2S/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ version=1.0
author=Intel
maintainer=Intel
[email protected]
sentence=Curie I2S Library
sentence=Curie I2S Library for Arduino/Genuino 101
paragraph=
category=Communication
url=http://makers.intel.com
architectures=arc32
core-dependencies=arduino (>=1.6.3)
Loading