Skip to content

Commit dd34838

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

File tree

2 files changed

+19
-16
lines changed

2 files changed

+19
-16
lines changed

README.md

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

3-
[![Make docs and publish to GitHub Pages](https://github.com/e-radionicacom/Soldered-PCF85063A-RTC-Module-Arduino-Library/actions/workflows/make_docs.yml/badge.svg?branch=dev)](https://github.com/e-radionicacom/Soldered-PCF85063A-RTC-Module-Arduino-Library/actions/workflows/make_docs.yml)
3+
[![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)
44

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

99
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.
1010

@@ -17,12 +17,14 @@ It has a built-in battery holder (doesn't come with a battery) and even if power
1717
- Dimensions: 36 x 22 mm (https://www.soldered.com/en/easyC)
1818

1919
### Repository Contents
20+
2021
- **/src** - source files for the library (.h & .cpp)
2122
- **/examples** - examples for using the library
22-
- ***other*** - *keywords* file highlights function words in your IDE, *library.properties* enables implementation with Arduino Library Manager.
23+
- **_other_** - _keywords_ file highlights function words in your IDE, _library.properties_ enables implementation with Arduino Library Manager.
2324

2425
### Hardware design
25-
You can find hardware design for this board in [*Real time clock RTC PCF85063A breakout*](https://github.com/SolderedElectronics/NAZIVPROIZVODA-hardware-design) hardware repository.
26+
27+
You can find hardware design for this board in [_Real time clock RTC PCF85063A breakout_](https://github.com/SolderedElectronics/NAZIVPROIZVODA-hardware-design) hardware repository.
2628

2729
### Documentation
2830

@@ -33,12 +35,12 @@ Access Arduino library documentation [here](https://SolderedElectronics.github.i
3335

3436
### Board compatibility
3537

36-
The library is compatible with board & microcontroller families shown in green below:
37-
38-
[![Compile Sketches](http://github-actions.40ants.com/e-radionicacom/Soldered-PCF85063A-RTC-Module-Arduino-Library/matrix.svg?branch=dev&only=Compile%20Sketches)](https://github.com/e-radionicacom/Soldered-PCF85063A-RTC-Module-Arduino-Library/actions/workflows/compile_test.yml)
38+
The library is compatible with board & microcontroller families shown in green below:
3939

40+
[![Compile Sketches](http://github-actions.40ants.com/e-radionicacom/Soldered-PCF85063A-RTC-Module-Arduino-Library/matrix.svg?branch=dev&only=Compile%20Sketches)](https://github.com/SolderedElectronics/Soldered-PCF85063A-RTC-Module-Arduino-Library/actions/workflows/compile_test.yml)
4041

4142
### About Soldered
43+
4244
<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"/>
4345

4446
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:
@@ -47,16 +49,17 @@ At Soldered, we design and manufacture a wide selection of electronic products t
4749
- [Tutorials & Projects](https://soldered.com/learn)
4850
- [Community & Technical support](https://soldered.com/community)
4951

50-
5152
### Original source
52-
53-
This library is possible thanks to original [arduino-mcp23017](https://github.com/blemasle/arduino-mcp23017) library. Thank you, blemasle.
5453

54+
55+
This library is possible thanks to original [arduino-mcp23017](https://github.com/blemasle/arduino-mcp23017) library. Thank you, blemasle.
5556

5657
### Open-source license
57-
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.
5858

59-
Check license details in the LICENSE file. Long story short, use these open-source files for any purpose you want to, as long as you apply the same open-source licence to it and disclose the original source. No warranty - all designs in this repository are distributed in the hope that they will be useful, but without any warranty. They are provided "AS IS", therefore without warranty of any kind, either expressed or implied. The entire quality and performance of what you do with the contents of this repository are your responsibility. In no event, Soldered (TAVU) will be liable for your damages, losses, including any general, special, incidental or consequential damage arising out of the use or inability to use the contents of this repository.
59+
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.
60+
61+
Check license details in the LICENSE file. Long story short, use these open-source files for any purpose you want to, as long as you apply the same open-source licence to it and disclose the original source. No warranty - all designs in this repository are distributed in the hope that they will be useful, but without any warranty. They are provided "AS IS", therefore without warranty of any kind, either expressed or implied. The entire quality and performance of what you do with the contents of this repository are your responsibility. In no event, Soldered (TAVU) will be liable for your damages, losses, including any general, special, incidental or consequential damage arising out of the use or inability to use the contents of this repository.
62+
63+
## Have fun!
6064

61-
## Have fun!
62-
And thank you from your fellow makers at Soldered Electronics.
65+
And thank you from your fellow makers at Soldered Electronics.

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ sentence=PCF85063A Board Library
66
paragraph=This library is a collection of functions for the PCF85063A
77
category=Timing
88
url=https://solde.red/333051
9-
repository=https://github.com/e-radionicacom/Soldered-PCF85063A-RTC-Module-Arduino-Library
9+
repository=https://github.com/SolderedElectronics/Soldered-PCF85063A-RTC-Module-Arduino-Library
1010
architectures=*
1111
includes=PCF85063A-SOLDERED.h

0 commit comments

Comments
 (0)