Arduino-master

所属分类:其他
开发工具:C/C++
文件大小:4926KB
下载次数:4
上传日期:2018-02-21 19:33:29
上 传 者534986675
说明:  Arduino core for ESP8266 WiFi chip This project brings support for ESP8266 chip to the Arduino environment. It lets you write sketches using familiar Arduino functions and libraries, and run them directly on ESP8266, no external microcontroller required.

文件列表:
bootloaders (0, 2016-01-18)
bootloaders\eboot (0, 2016-01-18)
bootloaders\eboot\eboot.c (3581, 2016-01-17)
bootloaders\eboot\eboot.elf (10083, 2016-01-17)
bootloaders\eboot\eboot.ld (4558, 2016-01-17)
bootloaders\eboot\eboot_command.c (1635, 2016-01-17)
bootloaders\eboot\eboot_command.h (836, 2016-01-17)
bootloaders\eboot\flash.c (1368, 2016-01-17)
bootloaders\eboot\flash.h (1157, 2016-01-17)
bootloaders\eboot\LICENSE (1434, 2016-01-17)
bootloaders\eboot\Makefile (1173, 2016-01-17)
bootloaders\eboot\rom.ld (14427, 2016-01-17)
cores (0, 2016-01-18)
cores\esp8266 (0, 2016-01-18)
cores\esp8266\abi.cpp (1812, 2016-01-17)
cores\esp8266\Arduino.h (8702, 2016-01-17)
cores\esp8266\base64.cpp (1946, 2016-01-17)
cores\esp8266\base64.h (1169, 2016-01-17)
cores\esp8266\binary.h (11202, 2016-01-17)
cores\esp8266\cbuf.cpp (1388, 2016-01-17)
cores\esp8266\cbuf.h (3463, 2016-01-17)
cores\esp8266\Client.h (1631, 2016-01-17)
cores\esp8266\cont.h (2260, 2016-01-17)
cores\esp8266\cont.S (3313, 2016-01-17)
cores\esp8266\cont_util.c (1956, 2016-01-17)
cores\esp8266\core_esp8266_eboot_command.c (2588, 2016-01-17)
cores\esp8266\core_esp8266_features.h (1117, 2016-01-17)
cores\esp8266\core_esp8266_flash_utils.c (2041, 2016-01-17)
cores\esp8266\core_esp8266_i2s.c (8727, 2016-01-17)
cores\esp8266\core_esp8266_main.cpp (3753, 2016-01-17)
cores\esp8266\core_esp8266_noniso.c (5056, 2016-01-17)
cores\esp8266\core_esp8266_phy.c (9991, 2016-01-17)
cores\esp8266\core_esp8266_postmortem.c (5807, 2016-01-17)
cores\esp8266\core_esp8266_si2c.c (5513, 2016-01-17)
cores\esp8266\core_esp8266_sigma_delta.c.unused (8889, 2016-01-17)
cores\esp8266\core_esp8266_timer.c (3067, 2016-01-17)
cores\esp8266\core_esp8266_wiring.c (2313, 2016-01-17)
cores\esp8266\core_esp8266_wiring_analog.c (1220, 2016-01-17)
cores\esp8266\core_esp8266_wiring_digital.c (6636, 2016-01-17)
cores\esp8266\core_esp8266_wiring_pulse.c (1467, 2016-01-17)
... ...

Arduino core for ESP8266 WiFi chip =========================================== This project brings support for ESP8266 chip to the Arduino environment. It lets you write sketches using familiar Arduino functions and libraries, and run them directly on ESP8266, no external microcontroller required. ESP8266 Arduino core comes with libraries to communicate over WiFi using TCP and UDP, set up HTTP, mDNS, SSDP, and DNS servers, do OTA updates, use a file system in flash memory, work with SD cards, servos, SPI and I2C peripherals. # Contents - Installing options: - [Using Boards Manager](#installing-with-boards-manager) - [Using git version](#using-git-version-) - [Using stable version with PlatformIO](#using-stable-version-with-platformio) - [Documentation](#documentation) - [Issues and support](#issues-and-support) - [Contributing](#contributing) - [License and credits](#license-and-credits) ### Installing with Boards Manager ### Starting with 1.***, Arduino allows installation of third-party platform packages using Boards Manager. We have packages available for Windows, Mac OS, and Linux (32 and *** bit). - Install Arduino 1.6.5 from the [Arduino website](http://www.arduino.cc/en/main/software). - Start Arduino and open Preferences window. - Enter ```http://arduino.esp8266.com/stable/package_esp8266com_index.json``` into *Additional Board Manager URLs* field. You can add multiple URLs, separating them with commas. - Open Boards Manager from Tools > Board menu and install *esp8266* platform (and don't forget to select your ESP8266 board from Tools > Board menu after installation). The best place to ask questions related to this core is ESP8266 community forum: http://www.esp8266.com/arduino. If you find this forum or the ESP8266 Boards Manager package useful, please consider supporting it with a donation. [![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/webscr?cmd=_s-xclick&hosted_button_id=4M56YCWV6PX66) #### Available versions ##### Stable version ![](http://arduino.esp8266.com/stable/badge.svg) Boards manager link: `http://arduino.esp8266.com/stable/package_esp8266com_index.json` Documentation: [http://esp8266.github.io/Arduino/versions/2.0.0/](http://esp8266.github.io/Arduino/versions/2.0.0/) ##### Staging version ![](http://arduino.esp8266.com/staging/badge.svg) Boards manager link: `http://arduino.esp8266.com/staging/package_esp8266com_index.json` Documentation: [http://esp8266.github.io/Arduino/versions/2.1.0-rc1/](http://esp8266.github.io/Arduino/versions/2.1.0-rc1/) ### Using git version [![Linux build status](https://travis-ci.org/esp8266/Arduino.svg)](https://travis-ci.org/esp8266/Arduino) - Install Arduino 1.6.7 - Go to Arduino directory - Clone this repository into hardware/esp8266com/esp8266 directory (or clone it elsewhere and create a symlink) ```bash cd hardware mkdir esp8266com cd esp8266com git clone https://github.com/esp8266/Arduino.git esp8266 ``` - Download binary tools (you need Python 2.7) ```bash cd esp8266/tools python get.py ``` - Restart Arduino ### Using stable version with PlatformIO [PlatformIO](http://platformio.org) is a cross-platform code-builder and library manager for embedded development with no external dependencies. Works on the popular host OS: Mac OS X, Windows, Linux 32/***, Linux ARM (like Raspberry Pi, BeagleBone, CubieBoard). More details in documentation [What is PlatformIO? How does it work?](http://docs.platformio.org/en/latest/faq.html#general). See [detailed instructions on how to use Espressif platform with PlatformIO](doc/platformio.md). ### Documentation Documentation for latest development version: - [Reference](doc/reference.md) - [Libraries](doc/libraries.md) - [File system](doc/filesystem.md) - [OTA update](doc/ota_updates/ota_updates.md) - [Supported boards](doc/boards.md) - [Change log](doc/changes.md) ### Issues and support ### If you encounter an issue, you are welcome to submit it here on Github: https://github.com/esp8266/Arduino/issues. Please provide as much context as possible: version which you are using (you can check it in Boards Manager), your sketch code, serial output, board model, IDE settings (board selection, flash size, etc). ### Contributing For minor fixes of code and documentation, go ahead and submit a pull request. Larger changes (rewriting parts of existing code from scratch, adding new functions to the core, adding new libraries) should generally be discussed [in the chat](https://gitter.im/esp8266/Arduino) first. Feature branches with lots of small commits (especially titled "oops", "fix typo", "forgot to add file", etc.) should be squashed before opening a pull request. At the same time, please refrain from putting multiple unrelated changes into a single pull request. ### License and credits ### Arduino IDE is developed and maintained by the Arduino team. The IDE is licensed under GPL. ESP8266 core includes an xtensa gcc toolchain, which is also under GPL. Esptool written by Christian Klippel is licensed under GPLv2, currently maintained by Ivan Grokhotkov: https://github.com/igrr/esptool-ck. Espressif SDK included in this build is under Espressif MIT License. ESP8266 core files are licensed under LGPL. [SPI Flash File System (SPIFFS)](https://github.com/pellepl/spiffs) written by Peter Andersson is used in this project. It is distributed under MIT license.

近期下载者

相关文件


收藏者