source: EcnlProtoTool/trunk/mrbgems/mruby-arduino/src/sKernel.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: 468 bytes
Line 
1/*
2 * カーネル関連
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#ifndef _SKERNEL_H_
11#define _SKERNEL_H_ 1
12
13/******************************************************/
14/* ライブラリを定義します*/
15/******************************************************/
16void kernel_Init(mrb_state *mrb);
17
18#endif /* _SKERNEL_H_*/
Note: See TracBrowser for help on using the repository browser.