-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for ATmega32U4 (only at 16 MHz)
- Loading branch information
Showing
4 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.2.6 | ||
1.2.7 |
d649523
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ottima libreria !
E' possibile avanzare una richiesta di aggiungere una funzione che si leghi più semplicemente ad un server NTP per sincronizzare l' ora del swRTC senza utilizzare il Timestrap tipo "rtc.UpdateClockWithNTP(timeClient.getFormattedTime()); " in modo che possa collaborare quasi in modo nativo con la libreria NTPClient ?
Grazie mille
d649523
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Esistono altre librerie per la gestione del tempo via NTP, e non è nelle idee iniziali di swRTC l'intento di collegarsi in remoto per prendere l'orario. Grazie comunque del suggerimento.