/* respond.cpp * * Created on: Mar 3, 2015, 31 Mar 2015 * Authors: Walter Schilling, Josiah Yoder */ #include #include #include #include "GPIO.h" using namespace exploringBB; using namespace std; /** * This program responds to interrupts using Derek Malloy's GPIO.h & .cpp */ int main(int argc, char* argv[]) { // Check to determine if the command line usage is correct or not. if (argc <= 3) { cerr << "Usage: " << argv[0] << " "<