#include "TimerOne.h"to setup section Timer1.initialize(1000000); //microseconds Timer1.attachInterrupt( yap ); // "yap" function name
***