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:
- 3:d59c12d14ca9
- Parent:
- 2:ce49c4ba4c02
- Child:
- 4:d8ce59684dfa
--- a/RX8025NB.h Wed Mar 09 12:41:13 2016 +0000
+++ b/RX8025NB.h Wed May 04 05:42:25 2016 +0000
@@ -7,7 +7,7 @@
* http://www.page.sannet.ne.jp/kenjia/index.html
* http://mbed.org/users/kenjiArai/
* Created: June 3rd, 2015
- * Revised: March 8th, 2016
+ * Revised: May 4th, 2016
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
* INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
@@ -15,6 +15,7 @@
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
+
/*
*---------------- REFERENCE ----------------------------------------------------------------------
* Original Information
@@ -130,7 +131,7 @@
void set_time_rtc(tm *);
/** Set Alarm-D / INTA time
- * @param next time (unit: minute) from now on
+ * @param next time (unit: minutes) from now on
* @return none
*/
void set_next_alarmD_INTA(uint16_t time);