1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

58 Commits

Author SHA1 Message Date
Ivan Grokhotkov
bb85cdaa0b Add SoftwareSerial library when building boards manager package. 2015-09-28 16:50:01 +03:00
Ivan Grokhotkov
55d992ed9e Merge pull request #806 from pgollor/docs
fix indent in reference.md
2015-09-28 13:40:39 +03:00
Dario Di Maio
96c2d2869a Update reference.md
EEPROM location is not static
2015-09-26 13:20:30 +02:00
Pascal Gollor
93e74b9e90 fix indent in reference.md 2015-09-20 00:05:33 +02:00
Ivan Grokhotkov
d3518656f9 Update reference.md 2015-09-14 23:30:57 +03:00
Pascal Gollor
8d43cba727 * update to head 2015-09-14 19:46:38 +02:00
Pascal Gollor
f1bd5653a8 Merge branch 'esp8266' of https://github.com/esp8266/Arduino into doc_modify 2015-09-14 19:44:23 +02:00
Ivan Grokhotkov
c8b12fd72c Implement SPIFFS.exists 2015-09-14 12:46:47 +03:00
Pascal Gollor
54bf2d060b add table of contents 2015-09-12 17:27:40 +02:00
Ivan Grokhotkov
7276e073a5 Update ESP8266FS tool link 2015-09-09 18:17:43 +03:00
Ivan Grokhotkov
67f4859b0c Add 1Mbyte FS option for all 4Mbyte boards 2015-09-09 13:39:55 +03:00
Ivan Grokhotkov
70711387df Update reference.md
Preliminary ESP8266FS tool instructions
2015-09-09 02:56:57 +03:00
Ivan Grokhotkov
2a2ecf8d94 Update reference.md 2015-08-31 10:53:53 +03:00
Ivan Grokhotkov
1d0222c5d5 Update boards.md
Mention that PL2303 doesn't work (https://github.com/igrr/esptool-ck/issues/9) and tidy up a bit.
2015-08-19 17:49:39 +03:00
Ivan Grokhotkov
85ac054428 Fix pin map picture
Point to new PNG instead of an outdated SVG

inkscape --export-png $PWD/esp12.png -w 600 $PWD/esp12.svg
2015-08-10 19:22:33 +03:00
Ivan Grokhotkov
701a9a72cc Update change log 2015-08-10 18:58:30 +03:00
Ivan Grokhotkov
25e03530a2 Update reference
Remove note that WiFi.RSSI doesn't work (#670).
2015-08-10 16:15:29 +03:00
Ivan Grokhotkov
6cf18ed1a2 Multicast in SoftAP mode (#96)
SDK 1.3 fixed a bug which caused multicast UDP to fail on SoftAP interface. Update MDNSResponder and documentation appropriately.
2015-08-10 16:14:26 +03:00
Ivan Grokhotkov
208ae95979 Improve file system documentation 2015-08-10 15:57:13 +03:00
Lorenzo Cafaro
857592c627 Added NodeMCU 1.0 2015-08-07 00:14:27 +02:00
Lorenzo Cafaro
d46285d6f7 Added MOD-WIFI-ESP8266-DEV 2015-08-05 21:07:35 +02:00
Ivan Grokhotkov
2fb1c453ee File system API reference 2015-08-05 12:27:51 -04:00
Juha Paananen
52390a3f35 Include WIFI_OFF option for WiFi.mode(m) 2015-08-03 18:21:52 +03:00
Ivan Grokhotkov
8e09520501 Provide links to previous stable versions 2015-08-01 11:37:02 +03:00
reaper7
a6a0b87b21 Update reference.md
fix: INPUT_PULLDOWN_16 instead INPUT_PULLDOWN
https://github.com/esp8266/Arduino/issues/604
2015-07-30 07:43:18 +02:00
Ivan Grokhotkov
c4a1af87c2 Fix typos 2015-07-28 20:16:21 +03:00
Ivan Grokhotkov
010a1a9f01 Update readme and change log 2015-07-28 20:08:21 +03:00
Ivan Grokhotkov
2ad5590798 Merge pull request #599 from raimohanska/patch-1
Mention DHT22 in addition to DHT11
2015-07-28 18:16:52 +03:00
Ivan Grokhotkov
c0e0836a0b Merge branch 'WifiSendP' of https://github.com/Makuna/Arduino into Makuna-WifiSendP
Conflicts:
	README.md
2015-07-28 18:15:20 +03:00
Juha Paananen
599eb5a357 Mention DHT22 in addition to DHT11
Also, update dht library version to 1.1.1
2015-07-23 23:24:59 +03:00
Ivan Grokhotkov
d96959cef7 Update change log 2015-07-23 23:02:58 +03:00
Ivan Grokhotkov
d645c01be8 Update change log 2015-07-23 19:02:07 +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
a9d5ef198a Fix SparkFun Thing board definition 2015-07-22 22:48:52 +03:00
Ivan Grokhotkov
72ac19821c Fix errors in core reference, mention new libraries. 2015-07-22 17:45:30 +03:00
Ivan Grokhotkov
a1fa03f007 Update supported boards description 2015-07-22 17:35:35 +03:00
Ivan Grokhotkov
d93f05f7e0 Add line missing after rebase 2015-07-22 17:23:28 +03:00
Ivan Grokhotkov
e03efe3b5d Documentation update
add jekyll front matters, update links
2015-07-22 17:22:04 +03:00
h4rm0n1c
f709abb658 Added workaround for broken SVG rendering.
As discussed here: https://github.com/isaacs/github/issues/316
2015-07-22 17:22:04 +03:00
h4rm0n1c
146eebb7bc Added Note about Pullup and Pulldown resistors. 2015-07-22 17:22:04 +03:00
h4rm0n1c
ade463884c Case correction, beautification of titles. 2015-07-22 17:22:04 +03:00
h4rm0n1c
b76d9d91d4 Added PullUp to Reset 2015-07-22 17:22:04 +03:00
h4rm0n1c
d52832584e Reworded Serial to USB Power Supply Note 2015-07-22 17:22:04 +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
Ivan Grokhotkov
2f34d6d74a Upload doc folder along with a package 2015-07-13 04:20:25 +03:00
Markus Sattler
98815fe69a style 2015-06-26 19:01:13 +02:00
Markus Sattler
bcd0c9c91b add linux example path 2015-06-26 18:57:43 +02:00
Markus Sattler
abdb14b977 add eclipse howto 2015-06-26 18:47:59 +02:00
Markus Sattler
bda23fa4d3 add current note
fix image
2015-06-03 00:16:12 +02:00