Commit Graph

20 Commits

Author SHA1 Message Date
per1234
1c04e07f27
Merge pull request #96 from zaidMughal/master
Grammar correction
2023-01-26 23:09:09 -08:00
per1234
0ff77b8aca Add CI workflow to do Arduino project-specific linting
On every push, pull request, and periodically, run Arduino Lint to check for common problems not related to the project
code.
2021-04-12 00:13:30 -07:00
per1234
8f22c7d71f Correct typos in comments and documentation 2021-04-12 00:13:30 -07:00
per1234
b4dbfbde48 Add CI workflow to check for commonly misspelled words
On every push, pull request, and periodically, use the codespell-project/actions-codespell action to check for commonly
misspelled words.

In the event of a false positive, the problematic word should be added, in all lowercase, to the ignore-words-list field
of ./.codespellrc. Regardless of the case of the word in the false positive, it must be in all lowercase in the ignore
list. The ignore list is comma-separated with no spaces.
2021-04-12 00:13:30 -07:00
per1234
602c479b20 Update "smoke test" examples compilation CI workflow
On every push or pull request that affects library source or example files, and periodically, compile all example
sketches for the specified boards.
2021-04-12 00:13:30 -07:00
Zaid Mughal
13a4129bcf
Grammar correction 2020-03-22 15:44:25 +05:00
Alexander Entinger
9c16cb728b Adding documentation of function 'getEpochTime' to README 2019-09-19 07:32:17 +02:00
Testato
126ea3093b Update README.md 2018-06-27 12:13:08 +02:00
FWeinb
7433f7da88 Merge pull request #17 from SirUli/master
Added functions for changing the timeOffset and updateInterval later
2016-05-25 21:30:40 +02:00
Sandeep Mistry
d9264aadf3 Merge pull request #21 from g-goessel/patch-2
Update README.md
2016-05-22 08:23:15 -07:00
g_goessel
87e20e0ff0 Update README.md
Fixed an error in a comment.
Was throwing `no matching function for call to 'NTPClient::NTPClient(const char [20], int, int)' ` otherwise
2016-05-21 21:15:49 +02:00
g_goessel
608ce2c003 Update README.md
This was probably not the speed you wanted :-)
2016-05-21 21:05:54 +02:00
Uli
85c4caca94 Fixed Readme
Initialization with a different timeserver had a missing ntpUDP

Added the default values for interval and offset to the comment of the
default constructor in the ReadMe
2016-05-14 12:08:45 +02:00
Sandeep Mistry
fac9f516d7 Update README.md
Add Travis CI badge
2016-04-18 15:38:19 -04:00
Sandeep Mistry
5eff0bd78e Add begin API
I’ve made calling this mandatory for now.
2016-04-15 09:03:45 -04:00
Sandeep Mistry
3c1d6b1c18 Update README.md
Correct example
2016-04-12 09:35:34 -04:00
Sandeep Mistry
1fabfc5b8d Add UDP instance argument in constructor to support more architectures 2016-04-08 16:34:51 -04:00
Testato
71269dd2d7 Update README.md 2015-12-12 22:19:03 +01:00
Fabrice Weinberg
ddbd8efd34 Remove .begin() call. 2015-12-12 17:23:17 +01:00
Fabrice Weinberg
25797f1f86 Initial commit 2015-12-08 17:21:16 +01:00