Advertisement
vinifr

test 1

Jul 14th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1. tuRes = spiTransfer(tuSendBuf, tuRecBuf + ptr_buf, 4, file);
  2. ptr_buf += 2;      
  3. for(tuCnt = 0; tuCnt < 4; tuCnt++)
  4.     {
  5.         printf("%.2X ",tuRecBuf_g[tuCnt]);
  6.     }
  7.     break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement