This is a small and simple library to control the MCP48xx family of digital to analog converters (DACs) with an Arduino board.
Currently it only works with the MCP4822, MCP4812, MCP4802 DAC.
- Navigate to the Releases page.
- Download the latest release.
- In the Arduino IDE, navigate to Sketch > Include Library > Add .ZIP Library and select the file downloaded.
You can find more information on installing Arduino libraries here.
This library depends on the standard SPI library.
The code in this project is licensed under MIT license.