Advertisement
tmax

Untitled

Jun 29th, 2015
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. void writeSPI(int8 data, unsigned int8 pin){
  2.     output_low(pin);
  3.     // Bla bla
  4. }
  5.  
  6. writeSPI(8, PIN_A5);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement