Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. if (Timer1 && SD_SendCmd(CMD58, 0) == 0) {
  2. for (n = 0; n < 4; n++) {
  3. ocr[n] = SPI_RxByte();
  4. }
  5. type = (ocr[0] & 0x40) ? 6 : 2;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement