Skip to content

Use correct separator in keywords.txt #571

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 1 commit into from
Sep 5, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion libraries/CurieBLE/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#######################################
# Datatypes (KEYWORD1)
#######################################
CurieBLE KEYWORD1
CurieBLE KEYWORD1
BLEAttributeWithValue KEYWORD1
BLEBoolCharacteristic KEYWORD1
BLEByteCharacteristic KEYWORD1
Expand Down
8 changes: 4 additions & 4 deletions libraries/CurieIMU/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CurieIMUClass KEYWORD1

begin KEYWORD1

dataReady KEYWORD1
dataReady KEYWORD1
getGyroRate KEYWORD1
setGyroRate KEYWORD1
getAccelerometerRate KEYWORD1
Expand Down Expand Up @@ -65,7 +65,7 @@ readAcceleration KEYWORD1
readRotation KEYWORD1

readAccelerometer KEYWORD1
readAccelerometerScaled KEYWORD1
readAccelerometerScaled KEYWORD1
readGyro KEYWORD1
readGyroScaled KEYWORD1
readTemperature KEYWORD1
Expand All @@ -85,8 +85,8 @@ CurieIMU KEYWORD2
# Constants (LITERAL1)
#######################################

ACCEL LITERAL1
GYRO LITERAL1
ACCEL LITERAL1
GYRO LITERAL1

X_AXIS LITERAL1
Y_AXIS LITERAL1
Expand Down
2 changes: 1 addition & 1 deletion libraries/CuriePowerManagement/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#######################################
sleep KEYWORD2
deepSleep KEYWORD2
idle KEYWORD2
idle KEYWORD2
doze KEYWORD2
wakeFromDoze KEYWORD2

Expand Down
38 changes: 19 additions & 19 deletions libraries/CurieTimerOne/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@
# Datatypes (KEYWORD1)
#######################################

CurieTimer KEYWORD1
CurieTimer KEYWORD1

#######################################
# Methods and Functions (KEYWORD2)
#######################################
initialize KEYWORD2
setPeriod KEYWORD2
start KEYWORD2
stop KEYWORD2
restart KEYWORD2
resume KEYWORD2
setPwmDuty KEYWORD2
pwm KEYWORD2
disablePwm KEYWORD2
attachInterrupt KEYWORD2
detachInterrupt KEYWORD2
kill KEYWORD2
readTickCount KEYWORD2
rdRstTickCount KEYWORD2
pause KEYWORD2
pwmStart KEYWORD2
pwmStop KEYWORD2
initialize KEYWORD2
setPeriod KEYWORD2
start KEYWORD2
stop KEYWORD2
restart KEYWORD2
resume KEYWORD2
setPwmDuty KEYWORD2
pwm KEYWORD2
disablePwm KEYWORD2
attachInterrupt KEYWORD2
detachInterrupt KEYWORD2
kill KEYWORD2
readTickCount KEYWORD2
rdRstTickCount KEYWORD2
pause KEYWORD2
pwmStart KEYWORD2
pwmStop KEYWORD2
#######################################
# Instances (KEYWORD2)
#######################################
CurieTimerOne KEYWORD2
CurieTimerOne KEYWORD2
2 changes: 1 addition & 1 deletion libraries/SPI/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#######################################

SPI KEYWORD1
SPI1 KEYWORD1
SPI1 KEYWORD1

#######################################
# Methods and Functions (KEYWORD2)
Expand Down