1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-13 13:01:55 +03:00
Commit Graph

116 Commits

Author SHA1 Message Date
8010f57b88 Documentation update
- mention stable and staging package
- add release date badges
- add a pin map diagram which is easier to understand (#424)
- consistently use ESP8266 in capital letters
- digital, analog IO sections rewrite
2015-07-22 17:21:05 +03:00
7d5ed84eee Separate project readme and core reference 2015-07-22 17:21:05 +03:00
e82b16154d README.md: Add trailing dot after inline function call example 2015-07-22 17:20:42 +03:00
21dbf523d8 README.md: Use 3.3V consistently 2015-07-22 17:20:42 +03:00
244f06f1ba README.md: Mark WiFiServer, WiFiClient and WiFiUDP as classes 2015-07-22 17:20:42 +03:00
6b45790652 README.md: Improve markdown for code example
Conflicts:
	README.md
2015-07-22 17:20:42 +03:00
56fd116f4e README.md: Remove semicolons from inline function call examples
Conflicts:
	README.md
2015-07-22 17:20:42 +03:00
d815c36753 optimistic_yield()
this introduces optimistic_yield() used for when standard library
methods are normally used in tight loops waiting for something to
happen, like available().
2015-07-13 13:47:13 -07:00
dece240830 Issue fixes
https://github.com/esp8266/Arduino/issues/475
https://github.com/esp8266/Arduino/issues/484
2015-07-13 19:08:35 +03:00
c9e1acd720 Doc update to mention support in Adafruit's NeoPixel library. 2015-07-08 19:02:43 -07:00
aad2701764 Spelling mistake 2015-06-30 23:02:19 +09:30
5a7187ef79 Add reference on how to enable printf function 2015-06-30 22:58:42 +09:30
d3635886bc Update DHT sensor doc based on latest library. 2015-06-26 16:09:40 -07:00
9dce0c4181 Provide selection between A0 and VCC (#443, #338) 2015-06-25 01:04:07 +03:00
788095c66e Remove implementations of WDT-related functions
which were not correct since 0.9.3 anyway
2015-06-25 00:13:06 +03:00
c570d0f593 Added a DNSServer library 2015-06-11 12:37:30 +03:00
14eb2b30d1 Update README.md 2015-06-05 13:59:02 +03:00
3ff5947305 Merge pull request #370 from Links2004/esp8266
add better docu and schematics for easy setup the ESP
2015-06-05 13:55:34 +03:00
ab03a267a1 add some infos to Serial Adapter 2015-06-03 19:32:44 +02:00
c86c79e901 edits 2015-06-02 16:00:51 -07:00
a356491497 Include Servo Library in Readme 2015-06-02 15:59:22 -07:00
bda23fa4d3 add current note
fix image
2015-06-03 00:16:12 +02:00
c93a778f9b add new schematics to README.md 2015-06-02 23:55:29 +02:00
572f92e810 Update README.md
Update travis link [ci skip]
2015-06-01 15:50:51 +03:00
8f72a4f05f Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266 2015-05-24 23:02:21 +02:00
d5f4819ff0 add link to arduinoWebSockets 2015-05-24 18:09:14 +02:00
5d384d55b7 Merge pull request #252 from Pablotis/patch-1
Readme changes
2015-05-23 12:56:28 +03:00
b493f01b39 Update README.md
Mention the new pubsubclient library.
[ci skip]
2015-05-22 14:56:39 +03:00
d30e1181cf Update README.md
mention Blynk
[ci skip]
2015-05-22 03:49:10 +03:00
84679db2dc Update README.md
Add donation link — donations are collected towards the esp8266 community forum.
2015-05-22 03:12:22 +03:00
38ff629622 Update README.md
add link to change log [ci skip]
2015-05-22 03:07:06 +03:00
6b05ec5b86 Update readme and change log
#295
#299
2015-05-22 02:20:41 +03:00
bd90281e17 Progmem updates 2015-05-19 15:24:28 -07:00
f476b3871d ESP and External libraries Update 2015-05-19 15:11:24 -07:00
7073d719b3 Add 32-bit linux tools 2015-05-19 09:25:40 +03:00
655beb1c3c Update README.md
[ci skip]
2015-05-19 00:35:00 +03:00
518a7fe789 Readme changes 2015-05-16 11:11:42 +02:00
7f4a10062b update README
add some docu and todo
2015-05-07 20:48:59 +02:00
5ba283cb32 add note for only bootloading 2015-05-06 19:17:13 +02:00
46adca04e8 add Minimal hardware Setup for Bootloading and usage to README.md 2015-05-06 18:58:23 +02:00
be32f801c3 add 64Bit build note 2015-05-06 17:51:37 +02:00
3d01a6f16d updating readme 2015-05-05 11:54:21 +03:00
4daa0de95e add image to README.md 2015-05-04 18:35:00 +02:00
36a25fbb1f add Alpha Versions 2015-05-04 18:31:38 +02:00
2db45e72a8 Update readme
[ci skip]
2015-05-04 11:58:45 +08:00
b5679b10ef update README.md 2015-04-30 11:42:50 +02:00
6812a65e03 Update README.md
Added the 8 characters limit, and changed the paraphrase in password (because the libraries use password as term)
2015-04-29 16:56:08 +02:00
70ade65582 Describe multicast APIs in readme, update keywords. 2015-04-29 07:04:39 +08:00
bd8e118aa9 Ability to wake from .deepSleep
This was not immediately apparent to me. I don't think it would be apparent to anyone else just playing around with ESP8266/Arduino either. GPIO16 and RST (REST) need to be tied together or you can "never wake from .deepSleep"

It must be GPIO16 and it must be RST, no other GPIO pin will wake it from deepSleep.
2015-04-29 07:02:03 +08:00
be5f1f83c1 HardwareSerial: add other configs than 8N1 2015-04-26 00:20:39 +02:00