Guest User

Untitled

a guest
Jul 18th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. // SS must be in output mode even it is not chip select
  2. pinMode(SS_PIN, OUTPUT);
  3. digitalWrite(SS_PIN, HIGH); // disable any SPI device using hardware SS pin
Add Comment
Please, Sign In to add comment