Added Square Wave MFP pin functions and example
Added library functions
uint8_t getSQWSpeed();
bool setSQWSpeed(uint8_t frequency, bool setState = true);
bool setSQWState(const bool state);
bool getSQWState();
and example program "SquareWave.ino"