This repository was archived by the owner on Jan 29, 2023. It is now read-only.
File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 6
6
7
7
Built by Khoi Hoang https://github.com/khoih-prog/RP2040_RTC
8
8
Licensed under MIT license
9
- Version: 1.0.8
9
+
10
+ Version: 1.1.0
10
11
11
12
Version Modified By Date Comments
12
13
------- ----------- ---------- -----------
19
20
1.0.6 K Hoang 22/10/2021 Fix platform in library.json for PIO
20
21
1.0.7 K Hoang 01/11/2021 Fix bug in rtc_set_datetime()
21
22
1.0.8 K Hoang 20/01/2022 Update dependency
23
+ 1.1.0 K Hoang 25/04/2022 Use new Ethernet_Generic library. Add support to W5100S
22
24
*****************************************************************************************************************************/
23
25
24
26
#pragma once
Original file line number Diff line number Diff line change 5
5
6
6
Built by Khoi Hoang https://github.com/khoih-prog/RP2040_RTC
7
7
Licensed under MIT license
8
- Version: 1.0.8
8
+
9
+ Version: 1.1.0
9
10
10
11
Version Modified By Date Comments
11
12
------- ----------- ---------- -----------
18
19
1.0.6 K Hoang 22/10/2021 Fix platform in library.json for PIO
19
20
1.0.7 K Hoang 01/11/2021 Fix bug in rtc_set_datetime()
20
21
1.0.8 K Hoang 20/01/2022 Update dependency
22
+ 1.1.0 K Hoang 25/04/2022 Use new Ethernet_Generic library. Add support to W5100S
21
23
*****************************************************************************************************************************/
22
24
23
25
#pragma once
24
26
25
27
#ifndef RP2040_RTC_H
26
28
#define RP2040_RTC_H
27
29
28
- #define RP2040_RTC_VERSION "RP2040_RTC v1.0.8 "
30
+ #define RP2040_RTC_VERSION "RP2040_RTC v1.1.0 "
29
31
30
32
#define RP2040_RTC_VERSION_MAJOR 1
31
- #define RP2040_RTC_VERSION_MINOR 0
32
- #define RP2040_RTC_VERSION_PATCH 8
33
+ #define RP2040_RTC_VERSION_MINOR 1
34
+ #define RP2040_RTC_VERSION_PATCH 0
33
35
34
- #define RP2040_RTC_VERSION_INT 1000008
36
+ #define RP2040_RTC_VERSION_INT 1001000
35
37
36
38
#if !defined(RTC_DEBUG )
37
39
#define RTC_DEBUG false
You can’t perform that action at this time.
0 commit comments