Skip to content

Commit 29fbb24

Browse files
committed
Updated workflows and README
1 parent 9257a5b commit 29fbb24

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.github/workflows/arduino_lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ jobs:
1212
with:
1313
compliance: specification
1414
project-type: library
15+
library-manager: update
1516
recursive: true

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v2
11-
- uses: DoozyX/clang-format-lint-action@v0.12
11+
- uses: DoozyX/clang-format-lint-action@v0.18.2
1212
with:
1313
source: "./src"
1414
exclude: "./src/libs"

README.md

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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)