// slave mode for QA shield #include "wirish.h" #define LED_PIN 13 #define NUM_GPIO 38 // not the number of the max... int i; void setup() { /* Set up the LED to blink */ pinMode(LED_PIN, OUTPUT); digitalWrite(LED_PIN, 1); for(i=0; i