begin()

描述

初始化 SD 函式庫和 MicroSD 卡。

語法


SD.begin()
SD.begin(cspin)

參數

cspin(非必要):這個參數在 86Duino 上是用不到的,但為了相容 Arduino 因此保留這個參數。

回傳

bool:如果成功回傳 true,反之回傳 false


函式庫參考主頁面

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.