Guest User

Untitled

a guest
Jun 21st, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. // Don't know what the class name is so replace TYPE with what it should be.
  2. TYPE SDCardOne;
  3. TYPE SDCardTwo;
  4.  
  5. SDCardOne.begin(CS1);
  6. SDCardTwo.begin(CS2);
  7. ....
Add Comment
Please, Sign In to add comment