Skip to content

Added Square Wave MFP pin functions and example

Compare
Choose a tag to compare
@SV-Zanshin SV-Zanshin released this 29 Jul 18:13
· 225 commits to master since this release

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"