Skip to content

Commit 46e73bf

Browse files
author
Main Push Robot
committed
Committing dev changes
1 parent 4e63bbe commit 46e73bf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
| ![Real time clock PCF85063A breakout](https://upload.wikimedia.org/wikipedia/commons/8/8f/Example_image.svg) |
88
| :--------------------------------------------------------------------------------------------------------------: |
9-
| [Real time clock PCF85063A breakout](https://www.solde.red/333051) |
9+
| [Real time clock PCF85063A breakout](https://solde.red/333051) |
1010

1111
RTC (Real Time Clock) is a device that carefully and precisely tracks time and dates. It is extremely precise so as a long-term solution, it is better for time tracking than clock on microcontrollers. This breakout can work with extremely low current and thanks to the alarm option and interrupt pin, it will allow a microcontroller to enter sleep mode until its awaken by this RTC.
1212

@@ -16,7 +16,7 @@ It has a built-in battery holder (doesn't come with a battery) and even if power
1616
- RTC IC: PCF85063A
1717
- Voltage: 0.9V - 5.5V
1818
- easyC connector
19-
- Dimensions: 36 x 22 mm (https://www.soldered.com/en/easyC)
19+
- Dimensions: 36 x 22 mm (https://www.soldered.com/easyC)
2020

2121
### Repository Contents
2222

@@ -26,7 +26,7 @@ It has a built-in battery holder (doesn't come with a battery) and even if power
2626

2727
### Hardware design
2828

29-
You can find hardware design for this board in [_Real time clock RTC PCF85063A breakout_](https://github.com/SolderedElectronics/NAZIVPROIZVODA-hardware-design) hardware repository.
29+
You can find hardware design for this board in [_Real time clock RTC PCF85063A breakout_](https://github.com/SolderedElectronics/Real-time-clock-RTC-PCF85063A-breakout-hardware-design) hardware repository.
3030

3131
### Documentation
3232

library.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=Soldered PCF85063A RTC Library
1+
name=Soldered PCF85063A RTC Arduino Library
22
version=1.0.0
33
author=Soldered
44
maintainer=Soldered <[email protected]>
5-
sentence=PCF85063A Board Library
6-
paragraph=This library is a collection of functions for the PCF85063A RTC
5+
sentence=PCF85063A Board Arduino Library
6+
paragraph=RTC (Real Time Clock) is a device that carefully and precisely tracks time and dates. It is extremely precise so as a long-term solution, it is better for time tracking than clock on microcontrollers. This breakout can work with extremely low current and thanks to the alarm option and interrupt pin, it will allow a microcontroller to enter sleep mode until its awaken by this RTC.
77
category=Timing
88
url=https://solde.red/333051
99
repository=https://github.com/SolderedElectronics/Soldered-PCF85063A-RTC-Module-Arduino-Library

0 commit comments

Comments
 (0)