Simplified access to a Microchip Digital Potentiometer (MCP41xxx/MCP42xxx) devices
Dependents: MCP41xxxApp MCP320xApp MCP41xxxApp
Diff: MCP4xxxx_SPI.h
- Revision:
- 3:0acab5201dd8
- Parent:
- 2:7c27fb9785be
- Child:
- 5:4f6133144e7e
diff -r 7c27fb9785be -r 0acab5201dd8 MCP4xxxx_SPI.h
--- a/MCP4xxxx_SPI.h Tue Jan 29 15:02:08 2013 +0000
+++ b/MCP4xxxx_SPI.h Sat Feb 02 10:15:25 2013 +0000
@@ -27,13 +27,12 @@
namespace MCP4xxxx_SPI {
/** This class provides simplified SPI access to a Microchip MCP42xxx/MCP41xxx Digital Potentiometer device. V0.0.0.1
- * This class DOES NOT manage /CS pin. It shall be done by the application itself
*
* Microchip MCP42xxx/MCP41xxx Serial EEPROM device reference: DS11195C
*
* Note that for SPI details, please visit http://en.wikipedia.org/wiki/Serial_Peripheral_Interface_Bus
*
- * @remark This class was validated with Tektronix TDS2014 oscilloscope in 3.3V and in mixte power mode 3.3V for mbed and 5V for the Microchip 24LCxx Serial EEPROM device
+ * @remark This class was validated with Tektronix TDS2014 oscilloscope in 3.3V
* @author Yann Garcia (Don't hesitate to contact me: garcia.yann@gmail.com)
*/
class CMCP4xxxx_SPI {
Yann Garcia