1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-25 20:02:37 +03:00

74 Commits

Author SHA1 Message Date
Ivan Grokhotkov
a631269f3c Update readme and fix tool paths 2015-10-30 01:58:56 +03:00
Ivan Grokhotkov
010a1a9f01 Update readme and change log 2015-07-28 20:08:21 +03:00
Ivan Grokhotkov
d35b72d41c Documentation update
- mention analogWriteRange and analogWriteFreq
- update change log
- add pwm output symbol for pin 16 to svg
2015-07-23 01:29:12 +03:00
Ivan Grokhotkov
467716de81 Fix travis build link 2015-07-22 18:01:32 +03:00
Ivan Grokhotkov
de34190c79 Update build status link, fix typo 2015-07-22 18:00:15 +03:00
Ivan Grokhotkov
e03efe3b5d Documentation update
add jekyll front matters, update links
2015-07-22 17:22:04 +03:00
Ivan Grokhotkov
48ca93511a Update README, mention SweetPea ESP-210 support 2015-07-22 17:22:04 +03:00
Ivan Grokhotkov
38c5f3ed37 Documentation update 2015-07-22 17:21:05 +03:00
Ivan Grokhotkov
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
Ivan Grokhotkov
7d5ed84eee Separate project readme and core reference 2015-07-22 17:21:05 +03:00
Noah
e82b16154d README.md: Add trailing dot after inline function call example 2015-07-22 17:20:42 +03:00
Noah
21dbf523d8 README.md: Use 3.3V consistently 2015-07-22 17:20:42 +03:00
Noah
244f06f1ba README.md: Mark WiFiServer, WiFiClient and WiFiUDP as classes 2015-07-22 17:20:42 +03:00
Noah
6b45790652 README.md: Improve markdown for code example
Conflicts:
	README.md
2015-07-22 17:20:42 +03:00
Noah
56fd116f4e README.md: Remove semicolons from inline function call examples
Conflicts:
	README.md
2015-07-22 17:20:42 +03:00
Makuna
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
Makuna
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
Tony DiCola
c9e1acd720 Doc update to mention support in Adafruit's NeoPixel library. 2015-07-08 19:02:43 -07:00
Andrew McDonnell
aad2701764 Spelling mistake 2015-06-30 23:02:19 +09:30
Andrew McDonnell
5a7187ef79 Add reference on how to enable printf function 2015-06-30 22:58:42 +09:30
Tony DiCola
d3635886bc Update DHT sensor doc based on latest library. 2015-06-26 16:09:40 -07:00
Ivan Grokhotkov
9dce0c4181 Provide selection between A0 and VCC (#443, #338) 2015-06-25 01:04:07 +03:00
Ivan Grokhotkov
788095c66e Remove implementations of WDT-related functions
which were not correct since 0.9.3 anyway
2015-06-25 00:13:06 +03:00
Kristijan Novoselic
c570d0f593 Added a DNSServer library 2015-06-11 12:37:30 +03:00
Dario Di Maio
14eb2b30d1 Update README.md 2015-06-05 13:59:02 +03:00
Ivan Grokhotkov
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
Markus Sattler
ab03a267a1 add some infos to Serial Adapter 2015-06-03 19:32:44 +02:00
Makuna
c86c79e901 edits 2015-06-02 16:00:51 -07:00
Makuna
a356491497 Include Servo Library in Readme 2015-06-02 15:59:22 -07:00
Markus Sattler
bda23fa4d3 add current note
fix image
2015-06-03 00:16:12 +02:00
Markus Sattler
c93a778f9b add new schematics to README.md 2015-06-02 23:55:29 +02:00
Ivan Grokhotkov
572f92e810 Update README.md
Update travis link [ci skip]
2015-06-01 15:50:51 +03:00
Markus Sattler
8f72a4f05f Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266 2015-05-24 23:02:21 +02:00
Markus Sattler
d5f4819ff0 add link to arduinoWebSockets 2015-05-24 18:09:14 +02:00
Ivan Grokhotkov
5d384d55b7 Merge pull request #252 from Pablotis/patch-1
Readme changes
2015-05-23 12:56:28 +03:00
Ivan Grokhotkov
b493f01b39 Update README.md
Mention the new pubsubclient library.
[ci skip]
2015-05-22 14:56:39 +03:00
Ivan Grokhotkov
d30e1181cf Update README.md
mention Blynk
[ci skip]
2015-05-22 03:49:10 +03:00
Ivan Grokhotkov
84679db2dc Update README.md
Add donation link — donations are collected towards the esp8266 community forum.
2015-05-22 03:12:22 +03:00
Ivan Grokhotkov
38ff629622 Update README.md
add link to change log [ci skip]
2015-05-22 03:07:06 +03:00
Ivan Grokhotkov
6b05ec5b86 Update readme and change log
#295
#299
2015-05-22 02:20:41 +03:00
Makuna
bd90281e17 Progmem updates 2015-05-19 15:24:28 -07:00
Makuna
f476b3871d ESP and External libraries Update 2015-05-19 15:11:24 -07:00
Ivan Grokhotkov
7073d719b3 Add 32-bit linux tools 2015-05-19 09:25:40 +03:00
Ivan Grokhotkov
655beb1c3c Update README.md
[ci skip]
2015-05-19 00:35:00 +03:00
Pablotis
518a7fe789 Readme changes 2015-05-16 11:11:42 +02:00
Markus Sattler
7f4a10062b update README
add some docu and todo
2015-05-07 20:48:59 +02:00
Markus Sattler
5ba283cb32 add note for only bootloading 2015-05-06 19:17:13 +02:00
Markus Sattler
46adca04e8 add Minimal hardware Setup for Bootloading and usage to README.md 2015-05-06 18:58:23 +02:00
Markus Sattler
be32f801c3 add 64Bit build note 2015-05-06 17:51:37 +02:00
ficeto
3d01a6f16d updating readme 2015-05-05 11:54:21 +03:00