共用方式為


Seesaw.WriteEEProm(Byte, Byte[]) 方法

定義

將位元組陣列寫入 Seesaw 模組上的 EEProm 區域。

public void WriteEEProm (byte eepromAddress, byte[] data);
member this.WriteEEProm : byte * byte[] -> unit
Public Sub WriteEEProm (eepromAddress As Byte, data As Byte())

參數

eepromAddress
Byte

要開始寫入資料的 EEProm 區域中的點。

data
Byte[]

要寫入 EEProm 區域的位元組。

適用於