source: EcnlProtoTool/trunk/mrbgems/mruby-arduino/src/sI2c.h

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

文字コードを設定

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 393 bytes
Line 
1/*
2 * I2C通信関連
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 i2c_Init(mrb_state *mrb);
Note: See TracBrowser for help on using the repository browser.