Set Up

Describes how to use the template port to start your port.

The template port digitizer code can be found in ...\template\template_variant\specific\xyin.cpp.

The template .mmp file can be found in ...\template\template_variant\exxytemplate.mmp.

Following the general pattern, your implementation will be contained in the directory: <path to your variant>\specific. Create a copy of the template port implementation file xyin.cpp and copy it into your variant specific directory.

Rename the class DTemplateDigitiser to reflect the name of your device. You should also be prepared to add your own private data and functions into it.