arduino-libraries / SD

SD Library for Arduino
http://arduino.cc/
GNU General Public License v3.0
179 stars 155 forks source link

Add SDClass::end function #37

Closed SodaqMoja closed 6 years ago

SodaqMoja commented 6 years ago

Call end function to fully de-initialize SD object. Allows you to call SD.begin again to init a new card.

This change was taken from Adafruit's SD library.

Author: driverblock rick@embedded-designs.com

SodaqMoja commented 6 years ago

Ping

cmaglie commented 6 years ago

thanks!