Skip to content

Commit e1a17d7

Browse files
committed
- Updated library manifests
1 parent 1e2e1e5 commit e1a17d7

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

DCF77.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323

2424
#include <DCF77.h> //https://github.com/thijse/Arduino-Libraries/downloads
25-
#include <Time.h> //http://www.arduino.cc/playground/Code/Time
25+
#include <Time.h> //http://playground.arduino.cc/code/time
2626
#include <Utils.h>
2727

2828
#define _DCF77_VERSION 1_0_0 // software version of this library

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repository":
77
{
88
"type": "git",
9-
"url": "https://github.com/thijse/Arduino-Libraries.git"
9+
"url": "https://github.com/thijse/Arduino-DCF77.git"
1010
},
1111
"dependencies":
1212
[

library.properties

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name=DCF77
2-
version=1.0.1
2+
version=1.0.0
33
author=Thijs Elenbaas
44
maintainer=Thijs Elenbaas
55
sentence=Read and decode the atomic time broadcasted by the DCF77 radiostation.
6-
paragraph=DCF77 has been designed to work in conjunction with Arduino Time
7-
library and allows a sketch to get the precise CET time and date as a standard C time_t. PLEASE NOTE: samples require Time and TimeZone libraries
6+
paragraph=The DCF77 library has been designed to work in conjunction with Arduino Time library and allows a sketch to get the precise CET time and date as a standard C time_t. PLEASE NOTE: samples require Time and TimeZone libraries.
87
category=Timing
98
url=http://playground.arduino.cc/Code/DCF77
109
architectures=*

0 commit comments

Comments
 (0)