PaulStoffregen / Time

Time library for Arduino
http://playground.arduino.cc/code/time
1.25k stars 666 forks source link

Add TimeNTP_ENC28J60 example #50

Closed SukkoPera closed 6 years ago

SukkoPera commented 8 years ago

This pull request adds an example showing how to sync to an NTP server using an Ethernet shield based on the ENC28J60 chip.

I tried to keep it as similar as possible to the one for the official Ethernet shield.

It also shows how to handle DST automatically.