csnol
|
588f9db697
|
update
|
2017-10-19 18:31:23 +08:00 |
csnol
|
4870e27855
|
Update
|
2017-10-19 17:26:42 +08:00 |
csnol
|
c741afa74a
|
Update TimeZone function
Add TimeZone(UnixTime, HourOffset, MinuteOffset)
|
2017-10-19 17:23:48 +08:00 |
csnol
|
9f5cdd2d24
|
updated
|
2017-10-18 21:45:19 +08:00 |
csnol
|
a89d0b935b
|
Half-hour TimeZone supported
|
2017-10-18 21:42:31 +08:00 |
csnol
|
c25957ee21
|
Add removeAlarm function
|
2017-09-14 20:47:12 +08:00 |
csnol
|
fa7bcde3cd
|
Update example for Chinese friends. timezone and filename error
|
2017-09-14 16:05:28 +08:00 |
csnol
|
2d6abe679a
|
Add keywords for new functions
|
2017-09-14 15:05:42 +08:00 |
csnol
|
ed797d43e5
|
Tested on BluePill for new function of RTC
|
2017-09-14 00:03:55 +08:00 |
csnol
|
6be069cdb6
|
change TZ from unit_8 to int, negatives timezone
usage: localtime = TimeZone(UnixTime, -7); // CA USA = -7
|
2017-09-13 11:02:24 +08:00 |
csnol
|
30f8527eaa
|
added TimeZone(time_t xxx, timezone);
Usage:
time_t localtime;
localtime = TimeZone(UnixTime, 8); // Beijing timezone = 8
|
2017-09-13 10:53:08 +08:00 |
csnol
|
a87ad87fa7
|
add attachAlarmInterrupt and detachAlarmInterrupt
|
2017-09-13 04:10:25 +08:00 |
csnol
|
7752fc68f2
|
add attachAlarmInterrupt() detachAlarmInterrupt()
|
2017-09-13 04:08:04 +08:00 |
csnol
|
d53cacdb1e
|
Update RTClock.cpp
|
2017-08-30 23:37:41 +08:00 |
csnol
|
6c0be70f2e
|
Update RTClock.cpp
|
2017-08-30 23:28:01 +08:00 |
csnol
|
6e92ddd8bc
|
Add STM32F103-RTC-Serial-Set.jpg
|
2017-08-29 10:30:27 -05:00 |
csnol
|
27f8e127a4
|
Create a RTC example for new library.
|
2017-08-29 23:13:02 +08:00 |
csnol
|
fbe6264003
|
Rewrite the RTClock library.
|
2017-08-29 10:07:42 -05:00 |
Roger Clark
|
76157ad751
|
Updated 'category' in library.properties files, to shop the IDE complaining that this key is missing
|
2016-05-03 20:44:18 +10:00 |
rogerclarkmelbourne
|
536cec8f5d
|
Various changes to boards.txt and some libraries, so that things will compile under IDE 1.6.6 Note. There are still loads of warnings when you compile - which look like they may be caused by the IDE using a new version of GCC, but at least it now compiles
|
2015-10-09 17:18:38 +11:00 |
rogerclarkmelbourne
|
f5b2940a49
|
Minor change to RTClock library keywords
|
2015-05-23 18:23:14 +10:00 |
rogerclarkmelbourne
|
a47f46f34a
|
Fixed issue with duplicate keywords in RTClock library
|
2015-05-23 11:21:26 +10:00 |
rogerclarkmelbourne
|
fd224ab288
|
Added working version of RTClock, thanks to Ray and @ahull etc
|
2015-05-23 11:19:16 +10:00 |
Roger Clark
|
d1950f0aaf
|
Moved untested and probably not working libraroes to a 'Untested' subfolder within libraries
|
2015-02-25 08:02:07 +11:00 |
Roger Clark
|
5f83c13285
|
renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4
|
2015-02-24 20:13:04 +11:00 |