?lang_form? ?lang_select? ?lang_submit? ?lang_endform?
{HEADER END}
{BLAME START}

library

?curdirlinks? -

Blame information for rev 32

Line No. Rev Author Line
1 32 kaklik *******************************************************************************
2 ********************** mTouch Capacitive Library Readme File **********************
3 *******************************************************************************
4  
5 Copyright (c) Microchip Technology Inc. All rights reserved.
6  
7 This file contains information related to the mTouch Capacitive Touch Software Library.
8  
9 *******************************************************************************
10 Release Information
11 *******************************************************************************
12 mTouch Cap Library v1.0 Apr-2010
13 MPLAB version: 8.40 or later
14 C18 Compiler Version 3.34 or later
15 C30 Compiler Version 3.23 or later
16  
17  
18 *******************************************************************************
19 mTouch Capacitive Touch Library testing Details
20 *******************************************************************************
21 The mTouch Capacitive Touch Library software is tested using PIC18F and PIC24F
22 CTMU Evaluation boards(DM183026).
23  
24  
25 *******************************************************************************
26 mTouch Capacitive Touch Library Installation Details
27 *******************************************************************************
28  
29 The default installation directory for the mTouch software library files is
30 C:\Microchip Solutions\Microchip\mTouchCap.
31  
32 Please see the help file "mTouchCap Library Help.chm" in the
33 C:\Microchip Solutions\Microchip\Help for details on using the mTouch Software Library.
34  
35  
36 *******************************************************************************
37 Software Folder and File structure
38 *******************************************************************************
39  
40 <<Microchip Solutions>>
41 |
42 |
43 |
44 |------> <<Microchip>>
45 | |
46 | |
47 | |
48 | |------> <<mTouchCap>>
49 | | |
50 | | |
51 | | |------> << PIC16F CSM & CVD Library >>(Core mTouch Capacitive Touch Library files for PIC18F and PIC24F)
52 | | |
53 | | |
54 | | |------> << PIC18F & PIC24F CTMU Library >> (Core mTouch Capacitive Touch Library files for PIC18F and PIC24F)
55 | | |
56 | | |
57 | | |------> << Documentation >> (mTouchSoftwareLibraryReadMe.txt)
58 | |
59 | |
60 | |------> <<Include>>
61 | | |
62 | | |
63 | | |------> .h (common files)
64 | | |
65 | |
66 | |
67 | |------> <<Help>> (mTouchCap Library Help)
68 |
69 |
70 |------> <<mTouchCapDemos>>
71 | |
72 | |------> <<PIC18F_Demos>>
73 | | |
74 | | |
75 | | |------> <<mTouchCap_2Ch_SliderDemo>> (config,hardware and Demo Source files/MPLAB files for 2ch slider Demo) | | |
76 | | |------> <<mTouchCap_4Ch_SliderDemo>> (config,hardware and Demo Source files/MPLAB files for 4ch slider Demo) | | |
77 | | |------> <<mTouchCap_DirectKeyDemo>> (config,hardware and Demo Source files/MPLAB files for Direct Key Demo) | | |
78 | | |------> <<mTouchCap_MatrixKeyDemo>> (config,hardware and Demo Source files/MPLAB files for Matrix Key Demo) | | |
79 | | |------> <<mTouchCap_Combo_Demo>> (config,hardware and Demo Source files/MPLAB files for all demos )
80 | | |
81 | | |------> <<mTouchCap_GUI_Demo>> (config,hardware and GUI related Demo Source files/MPLAB files for all Demos) | | |
82 | | |------> <<mTouchCap_AppCommonFiles>> (Demo Application related source and header files)
83 | | |
84 | |------> <<PIC24F_Demos>>
85 | | |
86 | | |
87 | | |------> <<mTouchCap_2Ch_SliderDemo>> (config,hardware and Demo Source files/MPLAB files for 2ch slider Demo) | | |
88 | | |------> <<mTouchCap_4Ch_SliderDemo>> (config,hardware and Demo Source files/MPLAB files for 4ch slider Demo) | | |
89 | | |------> <<mTouchCap_DirectKeyDemo>> (config,hardware and Demo Source files/MPLAB files for Direct Key Demo) | | |
90 | | |------> <<mTouchCap_MatrixKeyDemo>> (config,hardware and Demo Source files/MPLAB files for Matrix Key Demo) | | |
91 | | |------> <<mTouchCap_Combo_Demo>> (config,hardware and Demo Source files/MPLAB files for all Demos )
92 | | |
93 | | |------> <<mTouchCap_GUI_Demo>> (config,hardware and GUI related Demo Source files/MPLAB files for all Demos) | | |
94 | | |------> <<mTouchCap_DA210_GraphicsDemo>> (config,hardware and Demo Source files/MPLAB files for Graphics | | | Demo)
95 | | |
96 | | |------> <<mTouchCap_GestureDemo>> (config,hardware and Demo Source files/MPLAB files for Gesture Demo )
97 | | |
98 | | |------> <<mTouchCap_ProximityDemo>> (config,hardware and Demo Source files/MPLAB files for Proximity Demo) | | |
99 | | |------> <<mTouchCap_AppCommonFiles>> (Demo Application related source and header files)
100  
101  
102  
103  
104 *******************************************************************************
105 mTouch Capacitive Touch Library Setup Details
106 *******************************************************************************
107 There are many Capacitive touch Demo projects supplied along with this library.
108 These demo projects can be configured to user's application by
109 modifying two header files "HardwareProfile.h" and "Config.h".
110  
111  
112 "HardwareProfile.h" file defines the macros that are related to the hardware used.
113 Make changes to this file according to the target hardware.
114 This file is located in each demo folder. It configures
115 system hardware related settings like system clock, ports, max ADC channels.
116  
117 "Config.h" file defines the configurations releated to the library.
118 This file is located in each demo folder.
119  
120 The detailed setup details for all the demo boards are mentioned in the respective Readme.txt files which
121 are placed in the corresponding demo folders.
122  
123 *******************************************************************************
124  
125  
126 *******************************************************************************
127 Demo projects for the mTouchCap Software Library
128 *******************************************************************************
129 The software installed includes the complete source code for several demo
130 applications that can be loaded onto the CTMU Eval Board. The default directory
131 location is: C:\Microchip Solutions\mTouchCapDemos.
132  
133 *******************************************************************************
134  
135 The latest release of MPLAB (Version 8.40 or higher) should be used with the
136 mTouch Capaitive Touch Library files. The latest release is available at:
137 http://www.microchip.com
138  
139 Please note that the MPLAB C30/C18 C compiler is required to build the project
140 is available for download/purchase from the Microchip website.
141  
142 *******************************************************************************
143  
144  
145 *******************************************************************************
146 Help file
147 *******************************************************************************
148 More mTouch Software Library specific information is located in the
149 "mTouchCap Library Help" file.
150  
151 *******************************************************************************
152  
153  
154 Note: This text file can be best viewed with the following settings
155 Font: Verdana
156 Font style: Regular
157 Size: 10
158 Format: Word Wrap
{BLAME END}
{FOOTER START}

Powered by WebSVN v2.8.3