Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Nov 20, 2016
1 parent 121d39a commit 02c521d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#Ethernet Library for Teensy#

Wiznet chips W5100, W5200 and W5500 are automatically detected. Efficient block transfer modes of W5200 and W5500 are utilized.

Chip select must be connected to pin 10. Reset for W5200 must be connected to pin 9.

Wiznet socket status registers are cached, which greatly reduces SPI communication overhead, at the cost of a small increase in RAM usage. TCP connections and UDP packets accessed in small chunks typically see a substantial performance boost.

http://www.pjrc.com/teensy/td_libs_Ethernet.html

![](http://www.pjrc.com/store/wiz820_assem5.jpg)
Expand Down

0 comments on commit 02c521d

Please sign in to comment.