// defining the hardware connections // Arduino Hardware const byte Din_0 = 0; const byte Din_1 = 1; const byte Din_2 = 2; const byte Din_3 = 3; const byte Dout_0 = 4; const byte Dout_1 = 5; const byte Dout_2 = 6; const byte Dout_3 = 7; const byte ADC_0 = 0; //(15) const byte ADC_1 = 1; //(16) const byte PWM_1 = 9; const byte PWM_2 = 10; const byte SW_PRG = 8; const byte SW_SEL = 11;