Driver, C++ code, and library for the MAX5487, MAX5488, MAX5489. dual channel, SPI bus, 256-tap digital potentiometer. Non-volatile memory (EEPROM) is available for returning the wipers to their previously stored positions upon power-up.

Dependents:   MAX5487_Digital_Potentiometer_Resistor_MAX32630FTHR_Host

Revision:
3:4d4053c4c29e
Parent:
2:80e026469122
--- 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"