Articles Posted by the Author:

  • Ethernet.maintain()

    Ethernet.maintain()

    描述 此函式在 86Duino 中是沒有作用的。保留此函式的目的,是為了與 Arduino Ethernet […]


  • Ethernet.localIP()

    Ethernet.localIP()

    描述 取得 86Duino 的 IP位址。當 IP 被 DHCP 自動分配時,此函式是很有用的。 語法 Eth […]


  • Ethernet.begin()

    Ethernet.begin()

    描述 初始化 Ethernet 函式庫和網路設定。 此函式庫也有支援 DHCP 功能。使用 Ethernet. […]


  • write()

    write()

    描述 寫一個 byte 值到 EEPROM。 語法 EEPROM.write(address, value) […]


  • read()

    read()

    描述 從 EEPROM 讀取一個 byte。 語法 EEPROM.read(address) 參數 addre […]



  • Wire Library

    Wire Library

    Wire 函式庫實作 I2C 協定,使得使用者可以輕易的與使用 I2C 介面連接的裝置傳輸資料。 函式 - b […]