Including new bits and bytes api in the keywords file.

This commit is contained in:
David A. Mellis 2008-11-08 21:58:57 +00:00
parent 68392f471c
commit 4bafc461c5
1 changed files with 10 additions and 0 deletions

View File

@ -57,6 +57,7 @@ true KEYWORD1
unsigned KEYWORD1
void KEYWORD1 Void
while KEYWORD1 While
word KEYWORD1 Word
# operators aren't highlighted, but may have documentation
@ -101,6 +102,7 @@ char KEYWORD2 char_
float KEYWORD2 float_
int KEYWORD2 int_
long KEYWORD2 long_
word KEYWORD2 word_
# KEYWORD2 specifies methods and functions
@ -128,6 +130,14 @@ sq KEYWORD2 Sq
sqrt KEYWORD2 Sqrt
tan KEYWORD2 Tan
bitRead KEYWORD2 BitRead
bitWrite KEYWORD2 BitWrite
bitSet KEYWORD2 BitSet
bitClear KEYWORD2 BitClear
bit KEYWORD2 Bit
highByte KEYWORD2 HighByte
lowByte KEYWORD2 LowByte
analogReference KEYWORD2 AnalogReference
analogRead KEYWORD2 AnalogRead
analogWrite KEYWORD2 AnalogWrite