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-11-30 05:24:00 +03:00
Code
Activity
Files
5d97d467c817d4e9b4c185d337d1d2e151ee10a5
esp8266
/
libraries
/
Ethernet
/
utility
/
w5100.cpp
amcewen
88e858f6e3
Fix for issue 439. UDP API changed to derive from Stream. The old sendPacket and readPacket calls have been removed, and replaced with Stream-derived alternatives which provide more commonality with other communications classes and to allow both buffered and full-packet-at-a-time uses. Also includes the introduction of an IPAddress class to make passing them around easier (and require fewer pointers to be exposed)
2011-01-10 14:54:29 +00:00
3.8 KiB
Raw
Blame
History
View Raw
View Git Blame
Copy Permalink