//#pragma once //Pin assignments are defined here for Prop2 pins //Which type of board are we using? //#define Board_Eval //Parallax Evaluation Board #define Board_Board1 //RJA's first working P2 board #ifdef Board_Eval #define PIN_MISO 58 #define PIN_MOSI 59 #define PIN_SS 60 #define PIN_CLK 61 #endif // Board_Eval #ifdef Board_Board1 #define PIN_MISO 44 #define PIN_MOSI 46 #define PIN_SS 47 #define PIN_CLK 45 #endif // Board_Board1