Zanduino / MCP7940

Arduino Library to access the MCP7940M, MCP7940N and MCP7940x Real-Time chips
GNU General Public License v3.0
35 stars 22 forks source link

Added Square Wave functions and example #2

Closed SV-Zanshin closed 7 years ago

SV-Zanshin commented 7 years ago

Added library functions uint8_t getSQWSpeed(); bool setSQWSpeed(uint8_t frequency, bool setState = true); bool setSQWState(const bool state); bool getSQWState();