mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-29 18:52:13 +01:00
Including new bits and bytes api in the keywords file.
This commit is contained in:
parent
68392f471c
commit
4bafc461c5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user