Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Time 1.6 #4

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
a8f9be7
Add issue template
PaulStoffregen Mar 15, 2018
8ac0830
Don't define strcpy_P if already defined
PaulStoffregen Jan 28, 2019
50a56f2
Fix error grammar
huyhoquang Jan 28, 2019
6d0fc5e
Merge pull request #113 from huyhqit/fix-grammar
PaulStoffregen Jan 28, 2019
81b3192
strcpy_P not needed for ESP8266/2.5.0-beta2 sdk
Bolukan Mar 14, 2019
b05d455
Merge pull request #120 from Bolukan/patch-1
PaulStoffregen Mar 14, 2019
2c08bcc
Fix bad URL in library.properties
per1234 May 11, 2019
baa403f
Merge pull request #128 from per1234/fix-url
PaulStoffregen May 11, 2019
28f7067
Update DateStrings.cpp
danbates2 May 31, 2019
d4fafb2
Add more explicit comments about Processing to SyncArduinoClock
PaulStoffregen Jun 11, 2019
f9cef7f
Merge pull request #132 from danbates2/patch-1
PaulStoffregen Jun 27, 2019
15af849
Added ESP32
venice1200 Jul 1, 2019
98c6ec9
Merge pull request #136 from venice1200/master
PaulStoffregen Jul 4, 2019
f11f6fc
Improve DateStrings, reply on Arduino.h to define PROGMEM, etc
PaulStoffregen Aug 12, 2019
c0436e6
Bump version to 1.6
PaulStoffregen Dec 11, 2019
0723137
Update Readme.md
pieterbl Feb 10, 2020
d788757
Update Readme.md
pieterbl Feb 10, 2020
286d443
Update Readme.md
pieterbl Feb 10, 2020
7acd244
Several punctuation fixes, add pointer to DS1307RTC lib.
Feb 10, 2020
3d5114d
Fixed typos in TimeLib.h and Time.cpp
Feb 11, 2020
b9be1cb
Merge pull request #143 from pieterbl/master
PaulStoffregen Feb 11, 2020
416d009
Update readme with include header, fixes #101
PaulStoffregen Apr 4, 2020
ebda9bd
Update readme with specific info about Arduino Library Manager
PaulStoffregen Apr 4, 2020
d1e7638
Added includes to properties file
majenkotech Apr 25, 2020
ece49d7
Merge pull request #148 from majenkotech/master
PaulStoffregen Apr 27, 2020
410aee4
Add deprecated Time.h warning
PaulStoffregen May 5, 2020
6dccf93
Update Time.cpp
cyberman54 May 3, 2021
fa4535e
Update TimeLib.h
cyberman54 May 3, 2021
58bb5cd
Update DateStrings.cpp
cyberman54 May 3, 2021
ae9fb0a
Rename Time.cpp to microTime.cpp
cyberman54 May 3, 2021
dd135e9
Rename TimeLib.h to microTimeLib.h
cyberman54 May 3, 2021
91ee40d
Rename microTimeLib.h to microTime.h
cyberman54 May 3, 2021
e83c24b
Rename microTime.h to microTimeLib.h
cyberman54 May 3, 2021
ca25f95
Update and rename Time.h to microTime.h
cyberman54 May 3, 2021
1f67cdc
Update microTime.cpp
cyberman54 May 3, 2021
348d9f2
Update microTime.h
cyberman54 May 3, 2021
ea3966c
Update and rename microTimeLib.h to TimeLib.h
cyberman54 May 3, 2021
0cb0e1b
Update DateStrings.cpp
cyberman54 May 3, 2021
e368d02
Update microTime.cpp
cyberman54 May 3, 2021
c1f8d29
Update microTime.cpp
cyberman54 May 3, 2021
a9cf966
Update microTime.cpp
cyberman54 May 3, 2021
4f4cd44
Update microTime.cpp
cyberman54 May 3, 2021
093c270
Rename library.json to 0library.json
cyberman54 May 8, 2021
5521af5
Rename library.properties to 0library.properties
cyberman54 May 8, 2021
9b87e13
Update 0library.properties
cyberman54 May 8, 2021
d46e1df
Rename 0library.properties to library.properties
cyberman54 May 8, 2021
89c07dd
Update and rename 0library.json to library.json
cyberman54 May 8, 2021
092106e
Update library.json
cyberman54 May 8, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update library.json
cyberman54 authored May 8, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 092106e3510af644bb4ba55c879f00e2b592e876
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Time",
"name": "microTime",
"description": "Time keeping library",
"keywords": "Time, date, hour, minute, second, day, week, month, year, RTC",
"authors": [