#include <propeller.h>
#include "unity.h"
#include "sd.h"
#include <stdlib.h>
 
Go to the source code of this file.
      
        
          | const int kClkPinNoSd = 20 | 
        
      
 
 
      
        
          | const int kCsPinNoSd = 21 | 
        
      
 
 
      
        
          | const int kDiPinNoSd = 19 | 
        
      
 
 
      
        
          | const int kDoPinNoSd = 18 | 
        
      
 
 
Hardware requirements: SD card on pins 10-13 No SD card on pins 18-21, with safe to set these pins to arbitrary states. 
Improvements: The current implementation uses a single instance of the class. It would be better to use a fresh instance each time.
- Todo:
 - (SRLM): Don't use hardcoded pins!