次の方法で共有


Seesaw.WriteEEPromByte(Byte, Byte) メソッド

定義

Seesaw モジュールの EEProm 領域にバイトを書き込みます。

public void WriteEEPromByte (byte eepromAddress, byte value);
member this.WriteEEPromByte : byte * byte -> unit
Public Sub WriteEEPromByte (eepromAddress As Byte, value As Byte)

パラメーター

eepromAddress
Byte

バイトを書き込む EEProm 領域のポイント。

value
Byte

EEProm 領域に書き込む値。

適用対象