The easiest way to start a new project is to copy a fresh version of the source directory to your project folder. The source directory contains an MPLAB X project which can then be used to start your application.
[Your MLA Directory]/Microchip/mTouchCap/PIC12F PIC16F CVD Library/
If you already have an application project and wish to integrate the mTouch Framework with it:
Copy the files in Your MLA Directory/Microchip/mTouchCap/mTouch Framework/
to your local project directory.
Alternative Configurations/
directory! Add all .c
files to your MPLAB X project.
#include "mTouch.h"
Now check out the main.c file located in the framework's folder or one of the main.c files in the mTouchCapDemos folder for suggestions on using the mTouch Framework's API.