Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. int BcmToBoard(int bcmPin) {
  2. switch(bcmPin) {
  3. case 2: return 3;
  4. case 3: return 5;
  5. case 4: return 7;
  6. case 17: return 11;
  7. ...
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement