setSS()
描述
设定 Slave Select(SS)pin 脚致能(低电位)或关闭(高电位)。这个函式从 86Duino Coding 103 开始支援。
语法
SPI.setSS(value)
参数
value
:HIGH (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.