Simplified access to a Microchip Digital Potentiometer (MCP41xxx/MCP42xxx) devices

Dependents:   MCP41xxxApp MCP320xApp MCP41xxxApp

Files at this revision

API Documentation at this revision

Comitter:
Yann
Date:
Sat Feb 02 10:15:25 2013 +0000
Parent:
2:7c27fb9785be
Child:
4:bbfc8e352ff5
Commit message:
Change wrog comments due to bad copy/past

Changed in this revision

MCP4xxxx_SPI.h Show annotated file Show diff for this revision Revisions of this file
--- 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 {