Mercurial > pihelp
comparison 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 |
comparison
equal
deleted
inserted
replaced
39:1745d94761ea | 40:5a7a0ef8a958 |
---|---|
328 #endif | 328 #endif |
329 | 329 |
330 return 1; | 330 return 1; |
331 } | 331 } |
332 | 332 |
333 void | |
334 sd_raw_deinit(void) | |
335 { | |
336 configure_pin_mosi(); | |
337 configure_pin_sck(); | |
338 configure_pin_ss(); | |
339 } | |
340 | |
333 /** | 341 /** |
334 * \ingroup sd_raw | 342 * \ingroup sd_raw |
335 * Checks wether a memory card is located in the slot. | 343 * Checks wether a memory card is located in the slot. |
336 * | 344 * |
337 * \returns 1 if the card is available, 0 if it is not. | 345 * \returns 1 if the card is available, 0 if it is not. |