#ifndef __ARD1_H__ #define __ARD1_H__ 1 #define PIN 13 #define PIN_RESET 2 #define BAUD_RATE 9600 #define ON 1 #define OFF 0 #endif