Skip to content

Commit

Permalink
release 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sstaub committed Jun 9, 2017
1 parent 3da591d commit c386914
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utility/w5500.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@ class W5500Class {
inline void getIPAddress(uint8_t * addr);

inline void setRetransmissionTime(uint16_t timeout);
inline uint16_t getRetransmissionTime();
inline void setRetransmissionCount(uint8_t _retry);
inline uint8_t getRetransmissionCount();

inline void setPHYCFGR(uint8_t _val);
inline uint8_t getPHYCFGR();
Expand Down

0 comments on commit c386914

Please sign in to comment.