mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
This includes empty stubs for most core Arduino functions. Need to actually implement all those digital reads writes whatever. Need to prebuild toolchains (xtensa-elf-lx106) for 3 platforms and put them on some download server. Need to do the same with esptool. Need to fix 0x40000 binary generation and add correct upload commands. Maybe even implement uploads over WiFi.
31 lines
648 B
Plaintext
31 lines
648 B
Plaintext
#######################################
|
|
# Syntax Coloring Map SD
|
|
#######################################
|
|
|
|
#######################################
|
|
# Datatypes (KEYWORD1)
|
|
#######################################
|
|
|
|
SD KEYWORD1
|
|
File KEYWORD1
|
|
|
|
#######################################
|
|
# Methods and Functions (KEYWORD2)
|
|
#######################################
|
|
begin KEYWORD2
|
|
exists KEYWORD2
|
|
mkdir KEYWORD2
|
|
remove KEYWORD2
|
|
rmdir KEYWORD2
|
|
open KEYWORD2
|
|
close KEYWORD2
|
|
seek KEYWORD2
|
|
position KEYWORD2
|
|
size KEYWORD2
|
|
|
|
#######################################
|
|
# Constants (LITERAL1)
|
|
#######################################
|
|
FILE_READ LITERAL1
|
|
FILE_WRITE LITERAL1
|