共用方式為


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 區域的值。

適用於