Skip to content

Commit 4e63bbe

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

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

README.md

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# Real time clock RTC PCF85063A breakout Arduino library
1+
# Real time clock PCF85063A breakout Arduino library
22

33
[![Make docs and publish to GitHub Pages](https://github.com/SolderedElectronics/Soldered-PCF85063A-RTC-Module-Arduino-Library/actions/workflows/make_docs.yml/badge.svg?branch=dev)](https://github.com/SolderedElectronics/Soldered-PCF85063A-RTC-Module-Arduino-Library/actions/workflows/make_docs.yml)
4+
[![Arduino Library Manager Compatibility](https://github.com/SolderedElectronics/Soldered-PCF85063A-RTC-Module-Arduino-Library/actions/workflows/arduino_lint.yml/badge.svg?branch=dev)](https://github.com/SolderedElectronics/Soldered-PCF85063A-RTC-Module-Arduino-Library/actions/workflows/arduino_lint.yml)
45

5-
| ![Real time clock RTC PCF85063A breakout](https://upload.wikimedia.org/wikipedia/commons/8/8f/Example_image.svg) |
6+
7+
| ![Real time clock PCF85063A breakout](https://upload.wikimedia.org/wikipedia/commons/8/8f/Example_image.svg) |
68
| :--------------------------------------------------------------------------------------------------------------: |
7-
| [Real time clock RTC PCF85063A breakout](https://www.solde.red/333051) |
9+
| [Real time clock PCF85063A breakout](https://www.solde.red/333051) |
810

911
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.
1012

@@ -30,7 +32,7 @@ You can find hardware design for this board in [_Real time clock RTC PCF85063A b
3032

3133
Access Arduino library documentation [here](https://SolderedElectronics.github.io/Soldered-PCF85063A-RTC-Module-Arduino-Library/).
3234

33-
- Tutorial for using the NAZIV PROIZVODA board
35+
- Tutorial for using the Real time clock board
3436
- Installing an Arduino library
3537

3638
### Board compatibility
@@ -41,19 +43,14 @@ The library is compatible with board & microcontroller families shown in green b
4143

4244
### About Soldered
4345

44-
<img src="https://raw.githubusercontent.com/e-radionicacom/Soldered-PCF85063A-RTC-Module-Arduino-Library/dev/extras/Soldered-logo-color.png" alt="soldered-logo" width="500"/>
46+
<img src="https://raw.githubusercontent.com/e-radionicacom/Soldered-Generic-Arduino-Library/dev/extras/Soldered-logo-color.png" alt="soldered-logo" width="500"/>
4547

4648
At Soldered, we design and manufacture a wide selection of electronic products to help you turn your ideas into acts and bring you one step closer to your final project. Our products are intented for makers and crafted in-house by our experienced team in Osijek, Croatia. We believe that sharing is a crucial element for improvement and innovation, and we work hard to stay connected with all our makers regardless of their skill or experience level. Therefore, all our products are open-source. Finally, we always have your back. If you face any problem concerning either your shopping experience or your electronics project, our team will help you deal with it, offering efficient customer service and cost-free technical support anytime. Some of those might be useful for you:
4749

4850
- [Web Store](https://www.soldered.com/shop)
4951
- [Tutorials & Projects](https://soldered.com/learn)
5052
- [Community & Technical support](https://soldered.com/community)
5153

52-
### Original source
53-
54-
55-
This library is possible thanks to original [arduino-mcp23017](https://github.com/blemasle/arduino-mcp23017) library. Thank you, blemasle.
56-
5754
### Open-source license
5855

5956
Soldered invests vast amounts of time into hardware & software for these products, which are all open-source. Please support future development by buying one of our products.

library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name= Soldered PCF85063A Library
1+
name=Soldered PCF85063A RTC Library
22
version=1.0.0
33
author=Soldered
44
maintainer=Soldered <[email protected]>
55
sentence=PCF85063A Board Library
6-
paragraph=This library is a collection of functions for the PCF85063A
6+
paragraph=This library is a collection of functions for the PCF85063A 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)