Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sstaub authored Jun 9, 2017
1 parent b1d40f0 commit 1a90ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ For Hardware Reset you need to set the Pin number.

There are two function to set and get the retransmission timeout and retry count, this helps to solve problem with TCP connections with unexpected very long timeouts. Beware the the timeout value multiplier is 100us!

void Ethernet.setRtTimeOut(uint16_t _time);
void Ethernet.setRtTimeOut(uint16_t timeout);
uint16_t Ethernet.getRtTimeOut();
void Ethernet.setRtCount(uint8_t _count);
void Ethernet.setRtCount(uint8_t count);
uint8_t Ethernet.getRtCount();

***example***
Expand Down

0 comments on commit 1a90ef4

Please sign in to comment.