Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger Check_external_RTC
Diff: RX8025NB.h
- Revision:
- 6:414dbeb77add
- Parent:
- 5:e8e8b1b6c103
- Child:
- 7:4793c4817590
--- a/RX8025NB.h Tue Aug 22 10:16:48 2017 +0000
+++ b/RX8025NB.h Tue Dec 17 23:19:54 2019 +0000
@@ -3,11 +3,11 @@
* Control RX-8025NB Real Time Clock Module
* EPSON
*
- * Copyright (c) 2015,'16,'17 Kenji Arai / JH1PJL
+ * Copyright (c) 2015,'16,'17,'19 Kenji Arai / JH1PJL
* http://www.page.sannet.ne.jp/kenjia/index.html
* http://mbed.org/users/kenjiArai/
* Created: June 3rd, 2015
- * Revised: August 21st, 2017
+ * Revised: December 17th, 2019
*/
/*
@@ -172,7 +172,7 @@
uint8_t bin2bcd(uint8_t);
uint8_t bcd2bin(uint8_t);
- uint8_t set_alarmD_reg (uint16_t time);
+ void set_alarmD_reg (uint16_t time);
void init(void);
private: