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.
