void interruptTest(void(*function)(void)){ isrFunctions[1] = function; isrFunctions[1](); }