setClockDivider()
描述
設定 SPI 時脈的除數。86Duino SPI CLOCK=100/(2*divider) MHz。
除數可設定範圍為 1~4095 的整數。86Duino Coding 102 版之前內定除數為 800,SPI clock 為 62.5KHz。Coding 103 版內定除數為 13,SPI clock 與使用 AVR CPU 的 Arduino 同為 4MHz。
語法
SPI.setClockDivider(divider)
參數
divider
:1~4095 的整數
回傳
無
See also
- setBitOrder()
- setDataMode()
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.