This website requires JavaScript.
Explore
Help
Sign In
arduino
/
esp8266
Watch
1
Star
0
Fork
0
You've already forked esp8266
mirror of
https://github.com/esp8266/Arduino.git
synced
2025-06-22 08:22:04 +03:00
Code
Activity
Files
b572172438d7e4ee73d1c7f70294a136d68dfb9f
esp8266
/
hardware
/
libraries
/
Ethernet
History
David A. Mellis
5e89129ba5
Fixes to the way the Client class connects and disconnects, as well as checks of whether or not the socket is valid in various functions.
2009-04-26 14:58:39 +00:00
..
examples
Fixing bug that made the Ethernet library interfere with pins 8 and 9.
2008-12-14 16:55:23 +00:00
utility
Fixing bug that made the Ethernet library interfere with pins 8 and 9.
2008-12-14 16:55:23 +00:00
Client.cpp
Fixes to the way the Client class connects and disconnects, as well as checks of whether or not the socket is valid in various functions.
2009-04-26 14:58:39 +00:00
Client.h
Adding write(str) and write(buf, size) methods to Print class and Ethernet library Client and Server classes. This allows sending a whole string or buffer at once, reducing the number of ethernet packets.
2009-04-26 13:10:34 +00:00
Ethernet.cpp
Adding ethernet library.
2008-07-30 14:47:36 +00:00
Ethernet.h
Adding ethernet library.
2008-07-30 14:47:36 +00:00
Server.cpp
Adding write(str) and write(buf, size) methods to Print class and Ethernet library Client and Server classes. This allows sending a whole string or buffer at once, reducing the number of ethernet packets.
2009-04-26 13:10:34 +00:00
Server.h
Adding write(str) and write(buf, size) methods to Print class and Ethernet library Client and Server classes. This allows sending a whole string or buffer at once, reducing the number of ethernet packets.
2009-04-26 13:10:34 +00:00