setSS()

描述

設定 Slave Select(SS)pin 腳致能(低電位)或關閉(高電位)。這個函式從 86Duino Coding 103 開始支援。

語法


SPI.setSS(value)

參數

valueHIGH (pull high the SS pin) or LOW (pull low the SS pin).

回傳


函式庫參考主頁面

The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.