Skip to content

Commit

Permalink
Updated WiFiEspUDP section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bportaluri committed Feb 21, 2016
1 parent 774ebd5 commit 8384c99
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,23 +78,23 @@ The WiFiEspClient class creates clients that can connect to servers and send and
- stop() - YES


###WiFiUDP class (Experimental)
###WiFiEspUDP class

The UDP class enables UDP message to be sent and received.

- WiFiUDP - YES
- begin() - YES
- available() - YES
- beginPacket()
- endPacket()
- write()
- parsePacket()
- beginPacket() - YES
- endPacket() - YES
- write() - YES
- parsePacket() - YES
- peek()
- read()
- read() - YES
- flush()
- stop()
- remoteIP()
- remotePort()
- remoteIP() - YES
- remotePort() - YES


##Contributing
Expand Down

0 comments on commit 8384c99

Please sign in to comment.