Driver C++ source code for MAX5216/MAX5214 16-bit/14-bit DAC SPI (50MHz) bus ICs. Low power Digital-to_Analog Converter chips which accept supply voltages of 2.7V to 5.5V. Features Rail-to-Rail Buffered Output Operation and Safe Power-On Reset (POR) to Zero DAC Output.
Dependents: MAX5216_16_Bit_DAC_Hello_Code
Fork of MAX5487_Digital_Pot_Potentiometer_Rheostat_Resistor_Wiper by
Diff: MAX5487.h
- Revision:
- 3:4d4053c4c29e
- Parent:
- 2:80e026469122
diff -r 80e026469122 -r 4d4053c4c29e MAX5487.h --- a/MAX5487.h Sun Jul 15 03:36:25 2018 +0000 +++ b/MAX5487.h Sun Jul 15 03:49:41 2018 +0000 @@ -12,10 +12,12 @@ /** * @brief Dual Channel SPI Digital Potentiometers with Non Volatile Memory +* for the MAX5487, MAX5488, MAX5489. * -* @details The MAX5487 contains two SPI porgrammable potentiometers. +* @details The MAX5487 contains two SPI programmable potentiometers. * This driver enables setting the potentiometer wiper values as well -* as the nonvolatile memory. +* as the nonvolatile memory. This driver is compatible with the +* MAX5487, MAX5488, MAX5489. * * @code * #include "mbed.h"