I am using the Adafruit MPR121 12-Key Capacitive Touch Sensor Breakout Board. It is working well with an Arduino Uno R3.
I am attempting to use this Breakout Board with a TI microcontroller, MSP430G2553. I have established I2C communications with the Breakout Board.
However, I have not been able to determine answers to the following questions:
Assistance with these question, and any suggestions, would be greatly appreciated.
- What is the correct sequence of registers to be written to initialize the MPR121?
- Once the MPR121 has been initialized and is running, when power (VDD) is disconnected are the values written to the initialized registers retained?
Thank you, Bob