mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
Basic support for esp8266 platform
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.
This commit is contained in:
8
libraries/SD/library.properties
Normal file
8
libraries/SD/library.properties
Normal file
@ -0,0 +1,8 @@
|
||||
name=SD
|
||||
version=1.0
|
||||
author=
|
||||
email=
|
||||
sentence=Enables reading and writing on SD cards. For all Arduino boards.
|
||||
paragraph=Once an SD memory card is connected to the SPI interfare of the Arduino board you are enabled to create files and read/write on them. You can also move through directories on the SD card.
|
||||
url=http://arduino.cc/en/Reference/SD
|
||||
architectures=*
|
Reference in New Issue
Block a user