mirror of
https://github.com/KevinMidboe/Arduino.git
synced 2025-12-08 20:28:48 +00:00
Init commit with many years of arduino sketches and projects. I dont know if the esp8266 includes much, but there are also libraries. I hope they dont have crazy automatic versioning through the Arduino IDE.
This commit is contained in:
128
Projects/libraries/Installed_libs/ST2_Arduino/Arduino.sublime-completions
Executable file
128
Projects/libraries/Installed_libs/ST2_Arduino/Arduino.sublime-completions
Executable file
@@ -0,0 +1,128 @@
|
||||
{
|
||||
"scope": "source.c++.arduino",
|
||||
"completions": [
|
||||
"HIGH",
|
||||
"LOW",
|
||||
"INPUT",
|
||||
"OUTPUT",
|
||||
"DEC",
|
||||
"BIN",
|
||||
"HEX",
|
||||
"OCT",
|
||||
"BYTE",
|
||||
"PI",
|
||||
"HALF_PI",
|
||||
"TWO_PI",
|
||||
"LSBFIRST",
|
||||
"MSBFIRST",
|
||||
"CHANGE",
|
||||
"FALLING",
|
||||
"RISING",
|
||||
"DEFAULT",
|
||||
"EXTERNAL",
|
||||
"INTERAL",
|
||||
"boolean",
|
||||
"break",
|
||||
"byte",
|
||||
"case",
|
||||
"char",
|
||||
"class",
|
||||
"continue",
|
||||
"default",
|
||||
"do",
|
||||
"double",
|
||||
"else",
|
||||
"false",
|
||||
"float",
|
||||
"for",
|
||||
"if",
|
||||
"int",
|
||||
"long",
|
||||
"new",
|
||||
"null",
|
||||
"private",
|
||||
"protected",
|
||||
"public",
|
||||
"return",
|
||||
"short",
|
||||
"signed",
|
||||
"static",
|
||||
"switch",
|
||||
"this",
|
||||
"throw",
|
||||
"try",
|
||||
"true",
|
||||
"unsigned",
|
||||
"void",
|
||||
"while",
|
||||
"word",
|
||||
"boolean",
|
||||
"byte",
|
||||
"char",
|
||||
"float",
|
||||
"int",
|
||||
"long",
|
||||
"word",
|
||||
"abs",
|
||||
"acos",
|
||||
"asin",
|
||||
"atan",
|
||||
"atan2",
|
||||
"ceil",
|
||||
"constrain",
|
||||
"cos",
|
||||
"degrees",
|
||||
"exp",
|
||||
"floor",
|
||||
"log",
|
||||
"map",
|
||||
"max",
|
||||
"min",
|
||||
"radians",
|
||||
"random",
|
||||
"randomSeed",
|
||||
"round",
|
||||
"sin",
|
||||
"sq",
|
||||
"sqrt",
|
||||
"tan",
|
||||
"bitRead",
|
||||
"bitWrite",
|
||||
"bitSet",
|
||||
"bitClear",
|
||||
"bit",
|
||||
"highByte",
|
||||
"lowByte",
|
||||
"analogReference",
|
||||
"analogRead",
|
||||
"analogWrite",
|
||||
"attachInterrupt",
|
||||
"detachInterrupt",
|
||||
"delay",
|
||||
"delayMicroseconds",
|
||||
"digitalWrite",
|
||||
"digitalRead",
|
||||
"interrupts",
|
||||
"millis",
|
||||
"micros",
|
||||
"noInterrupts",
|
||||
"noTone",
|
||||
"pinMode",
|
||||
"pulseIn",
|
||||
"shiftOut",
|
||||
"tone",
|
||||
"Serial",
|
||||
"Serial1",
|
||||
"Serial2",
|
||||
"Serial3",
|
||||
"begin",
|
||||
"end",
|
||||
"read",
|
||||
"print",
|
||||
"println",
|
||||
"available",
|
||||
"flush",
|
||||
"setup",
|
||||
"loop"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user