Closed dubpixel closed 6 years ago
checks general register 0x0035 - returns masked and shifted value of bit 5
user would do:
Ethernet.getLINK();
to return a value of 0 or 1 if port is linked.
Solved by https://github.com/PaulStoffregen/Ethernet/commit/5f89ae0cd1a23ea60c9c50c3fcb8f4e34a13d47b
checks general register 0x0035 - returns masked and shifted value of bit 5
user would do:
Ethernet.getLINK();
to return a value of 0 or 1 if port is linked.