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, committed 2018-07-15
- Comitter:
- jungkeviny
- Date:
- Sun Jul 15 03:49:41 2018 +0000
- Parent:
- 2:80e026469122
- Commit message:
- Updated docs
Changed in this revision
MAX5487.h | Show annotated file Show diff for this revision Revisions of this file |
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"