1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Update notes

This commit is contained in:
Ivan Grokhotkov
2015-02-01 02:01:10 +03:00
parent 5b593d59a1
commit c85a8790ce

7
NOTES
View File

@ -67,9 +67,13 @@ What works
* WiFi.localIP() is for STA, WiFi.softAPIP() is for AP. * WiFi.localIP() is for STA, WiFi.softAPIP() is for AP.
* WiFi.RSSI() doesn't work * WiFi.RSSI() doesn't work
* WiFi.printDiag(Serial); will print out some diagnostic info * WiFi.printDiag(Serial); will print out some diagnostic info
WiFiServer and WiFiClient behave mostly the same way as with WiFi shield library. WiFiServer, WiFiClient, and WiFiUDP behave mostly the same way as with WiFi shield library.
Three samples are provided for this library. Three samples are provided for this library.
- mDNS responder (ESP8266mDNS library)
Allows the sketch to respond to multicast DNS queries for domain names like "foo.local".
See attached example and library README file for details.
- Other libraries that don't rely on low-level access to AVR registers. - Other libraries that don't rely on low-level access to AVR registers.
- Upload via serial port - Upload via serial port
@ -88,7 +92,6 @@ What is not done yet
- SPI - SPI
HSPI and bit-banging are two interfaces that will be supported. HSPI and bit-banging are two interfaces that will be supported.
- UDP
- I2C slave mode - I2C slave mode
- Serial modes other than 8n1 - Serial modes other than 8n1
- WiFi.RSSI - WiFi.RSSI