source: EcnlProtoTool/trunk/mrbgems/mruby-arduino/src/sRtc.h@ 270

Last change on this file since 270 was 270, checked in by coas-nagasima, 7 years ago

mruby版ECNLプロトタイピング・ツールを追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-chdr
File size: 387 bytes
Line 
1/*
2 * RTC関連
3 *
4 * Copyright (c) 2016 Wakayama.rb Ruby Board developers
5 *
6 * This software is released under the MIT License.
7 * https://github.com/wakayamarb/wrbb-v2lib-firm/blob/master/MITL
8 *
9 */
10/******************************************************/
11/* ライブラリを定義します*/
12/******************************************************/
13void rtc_Init(mrb_state *mrb);
Note: See TracBrowser for help on using the repository browser.