Wire
二線シリアル(I2C) master の読み書き (mwx::periph_wire)
別名定義
using TwoWire = mwx::periph_twowire<MWX_TWOWIRE_RCVBUFF>;型定義
typedef uint8_t size_type;
typedef uint8_t value_type;注意事項
初期化と終了
Wire インスタンスの生成
begin()
例
読み書き
その他
プローブ(デバイスの存在判定)
setClock()
最終更新