Mercurial > pihelp
diff sd_raw.c @ 40:5a7a0ef8a958
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 27 Jun 2013 19:25:38 +0800 |
parents | 9e888708f33d |
children | 2a47c458d6ed |
line wrap: on
line diff
--- a/sd_raw.c Thu Jun 27 19:25:32 2013 +0800 +++ b/sd_raw.c Thu Jun 27 19:25:38 2013 +0800 @@ -330,6 +330,14 @@ return 1; } +void +sd_raw_deinit(void) +{ + configure_pin_mosi(); + configure_pin_sck(); + configure_pin_ss(); +} + /** * \ingroup sd_raw * Checks wether a memory card is located in the slot.