-
Notifications
You must be signed in to change notification settings - Fork 0
/
medical_Monitor.mc3
214 lines (214 loc) · 22.1 KB
/
medical_Monitor.mc3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<config configName="default" projectName="medical_Monitor" configVersion="1.1" device="PIC18F46K20" deviceLibraryClass="com.microchip.mcc.melody.Library" coreVersion="5.7.0">
<usedPackages class="java.util.ArrayList">
<package packageName="@mchp-mcc/main-manager" version="3.1.1" contentType="MELODY">
<modules class="java.util.ArrayList"/>
</package>
<package packageName="@mchp-mcc/pic-8bit" version="5.28.2" contentType="MELODY">
<modules class="java.util.ArrayList"/>
</package>
<package packageName="@mchp-mcc/pic18-configuration-bits-v8" version="1.0.3" contentType="MELODY">
<modules class="java.util.ArrayList"/>
</package>
<package packageName="@mchp-mcc/pic18-pin-manager" version="3.7.1" contentType="MELODY">
<modules class="java.util.ArrayList"/>
</package>
<package packageName="@mchp-mcc/pin-content-processor" version="3.8.0" contentType="MELODY">
<modules class="java.util.ArrayList"/>
</package>
<package packageName="@mchp-mcc/scf-pic8-adc-v3" version="1.0.0" contentType="MELODY">
<modules class="java.util.ArrayList"/>
</package>
<package packageName="@mchp-mcc/scf-pic8-eusart-v1" version="7.1.6" contentType="MELODY">
<modules class="java.util.ArrayList"/>
</package>
<package packageName="@mchp-mcc/scf-pic8-interrupt-v4" version="1.0.1" contentType="MELODY">
<modules class="java.util.ArrayList"/>
</package>
<package packageName="@mchp-mcc/scf-pic8-osc-v9" version="1.0.1" contentType="MELODY">
<modules class="java.util.ArrayList"/>
</package>
<package packageName="@mchp-mcc/scf-pic8-tmr0-v3" version="1.0.1" contentType="MELODY">
<modules class="java.util.ArrayList"/>
</package>
<package packageName="@mchp-mcc/uart-driver" version="1.10.1" contentType="MELODY">
<modules class="java.util.ArrayList"/>
</package>
</usedPackages>
<usedClasses class="java.util.TreeMap">
<entry>
<string>ADC</string>
<string>class com.microchip.mcc.melody.hw.module.HardwareModule</string>
</entry>
<entry>
<string>Application Builder</string>
<string>class com.microchip.mcc.melody.module.FrameworkModule</string>
</entry>
<entry>
<string>CLOCK CONTROL</string>
<string>class com.microchip.mcc.melody.hw.module.HardwareModule</string>
</entry>
<entry>
<string>Configuration Bits</string>
<string>class com.microchip.mcc.melody.hw.module.HardwareModule</string>
</entry>
<entry>
<string>EUSART</string>
<string>class com.microchip.mcc.melody.hw.module.HardwareModule</string>
</entry>
<entry>
<string>INTERRUPT MANAGER</string>
<string>class com.microchip.mcc.melody.hw.module.HardwareModule</string>
</entry>
<entry>
<string>MAIN MANAGER</string>
<string>class com.microchip.mcc.melody.hw.module.HardwareModule</string>
</entry>
<entry>
<string>Pin Manager</string>
<string>class com.microchip.mcc.melody.hw.module.HardwareModule</string>
</entry>
<entry>
<string>TMR0</string>
<string>class com.microchip.mcc.melody.hw.module.HardwareModule</string>
</entry>
<entry>
<string>meta</string>
<string>class com.microchip.mcc.melody.hw.module.HardwareModule</string>
</entry>
<entry>
<string>module0</string>
<string>class com.microchip.mcc.melody.script.module.ScriptModule</string>
</entry>
<entry>
<string>module1</string>
<string>class com.microchip.mcc.melody.script.module.ScriptModule</string>
</entry>
<entry>
<string>module10</string>
<string>class com.microchip.mcc.melody.script.module.ScriptModule</string>
</entry>
<entry>
<string>module11</string>
<string>class com.microchip.mcc.melody.script.module.ScriptModule</string>
</entry>
<entry>
<string>module13</string>
<string>class com.microchip.mcc.melody.script.module.ScriptModule</string>
</entry>
<entry>
<string>module2</string>
<string>class com.microchip.mcc.melody.script.module.ScriptModule</string>
</entry>
<entry>
<string>module3</string>
<string>class com.microchip.mcc.melody.script.module.ScriptModule</string>
</entry>
<entry>
<string>module4</string>
<string>class com.microchip.mcc.melody.script.module.ScriptModule</string>
</entry>
<entry>
<string>module42</string>
<string>class com.microchip.mcc.melody.script.module.ScriptModule</string>
</entry>
<entry>
<string>module5</string>
<string>class com.microchip.mcc.melody.script.module.ScriptModule</string>
</entry>
</usedClasses>
<usedLibraries class="java.util.ArrayList">
<ILibraryFile class="com.microchip.mcc.core.library.BaseLibraryFile" libraryClass="com.microchip.mcc.melody.Library" version="2.7.1"/>
</usedLibraries>
<tokenMap class="java.util.TreeMap">
<entry>
<key class="com.microchip.mcc.core.tokenManager.CustomKey" moduleName="Application Builder" name="graph-location-data"/>
<value>{"mccDevice":{"loc":"0 0","pos":"0 0"},"systemGroup":{"loc":"0 -75","pos":"0 -75"},"module10":{"loc":"329.5 -17.489843750000006","pos":"329.5 -17.489843750000006"},"module42":{"loc":"159.5 -45.5","pos":"159.5 -45.5"},"module13":{"loc":"172.00000000000003 0","pos":"172.00000000000003 0"}}</value>
</entry>
<entry>
<key class="com.microchip.mcc.core.tokenManager.CustomKey" moduleName="Application Builder" name="state"/>
<value>{"userAddedModules":["module5","module4","module42","module13","module11","module1","module0","module3","module2"],"version":"CURRENT","modules":{"module5":{"scriptId":"@mchp-mcc/scf-pic8-interrupt-v4","imports":{"pin_standard":{"interfaceId":{"name":"pin-standard","version":"^0"},"handle":{"providerId":"module3","exportId":"pin-standard"}},"scf_pic8_interrupt_v4":{"interfaceId":{"name":"scf-pic8-interrupt-v4","version":"1.0.0"},"handle":{"providerId":"mccDevice","exportId":"INTERRUPT MANAGER"}},"device_meta":{"interfaceId":{"name":"device-meta","version":"^1"},"handle":{"providerId":"mccDevice","exportId":"meta"}},"initializer_main":{"interfaceId":{"name":"initializer-main","version":"^0"},"handle":{"providerId":"module0","exportId":"initializer_main"}},"initializer_system":{"interfaceId":{"name":"initializer-system","version":"^0"},"handle":{"providerId":"module1","exportId":"initializer_system"}},"config_request":{"interfaceId":{"name":"config-request","version":"^2"},"handle":{"providerId":"module1","exportId":"config_request"}}},"framewSpecificState":{"userEditedImports":[]},"payload":{}},"module10":{"scriptId":"@mchp-mcc/scf-pic8-eusart-v1","imports":{"pin_standard":{"interfaceId":{"name":"pin-standard","version":"^0"},"handle":{"providerId":"module3","exportId":"pin-standard"}},"interrupt_standard":{"interfaceId":{"name":"interrupt-standard","version":"^1"},"handle":{"providerId":"module5","exportId":"interrupt"}},"device_meta":{"interfaceId":{"name":"device-meta","version":"^1"},"handle":{"providerId":"mccDevice","exportId":"meta"}},"osc_clocks":{"interfaceId":{"name":"osc-clocks","version":"^0"},"handle":{"providerId":"module4","exportId":"osc_clocks"}},"initializer_system":{"interfaceId":{"name":"initializer-system","version":"^0"},"handle":{"providerId":"module1","exportId":"initializer_system"}},"scf_pic8_eusart_v1":{"interfaceId":{"name":"scf-pic8-eusart-v1","version":"^1.0.0"},"handle":{"providerId":"mccDevice","exportId":"EUSART"}}},"framewSpecificState":{"userEditedImports":[]},"payload":{}},"module4":{"scriptId":"@mchp-mcc/scf-pic8-osc-v9","imports":{"scf_pic8_osc_v9":{"interfaceId":{"name":"scf-pic8-osc-v9","version":"^1"},"handle":{"providerId":"mccDevice","exportId":"CLOCK CONTROL"}},"sys_init_basic_interface":{"interfaceId":{"name":"sys-init-basic-interface","version":"^1"},"handle":{"providerId":"module1","exportId":"sys_init_basic_interface"}},"pins_interface":{"interfaceId":{"name":"pins-interface","version":"^1"},"handle":{"providerId":"module3","exportId":"pins-interface"}},"device_meta":{"interfaceId":{"name":"device-meta","version":"^1"},"handle":{"providerId":"mccDevice","exportId":"meta"}},"configbits_basic_interface":{"interfaceId":{"name":"configbits-basic-interface","version":"^1"},"handle":{"providerId":"module1","exportId":"configbits_basic_interface"}},"config_device":{"interfaceId":{"name":"config-device","version":"^1"},"handle":{"providerId":"module1","exportId":"config_device"}}},"framewSpecificState":{"userEditedImports":[]},"payload":{}},"module42":{"scriptId":"@mchp-mcc/scf-pic8-adc-v3","imports":{"pin_standard":{"interfaceId":{"name":"pin-standard","version":"^0"},"handle":{"providerId":"module3","exportId":"pin-standard"}},"CCP":{"interfaceId":{"name":"signal-source","version":"^0.1.0"}},"scf_pic8_adc_v3":{"interfaceId":{"name":"scf-pic8-adc-v3","version":"1.0.0"},"handle":{"providerId":"mccDevice","exportId":"ADC"}},"interrupt_standard":{"interfaceId":{"name":"interrupt-standard","version":"^1"},"handle":{"providerId":"module5","exportId":"interrupt"}},"device_meta":{"interfaceId":{"name":"device-meta","version":"^1"},"handle":{"providerId":"mccDevice","exportId":"meta"}},"osc_clocks":{"interfaceId":{"name":"osc-clocks","version":"^0"},"handle":{"providerId":"module4","exportId":"osc_clocks"}},"initializer_system":{"interfaceId":{"name":"initializer-system","version":"^0"},"handle":{"providerId":"module1","exportId":"initializer_system"}}},"framewSpecificState":{"userEditedImports":[]},"payload":{}},"module13":{"scriptId":"@mchp-mcc/uart-driver","imports":{"device_meta":{"interfaceId":{"name":"device-meta","version":"^1.0.0"},"handle":{"providerId":"mccDevice","exportId":"meta"}},"uart_basic":{"interfaceId":{"name":"uart-basic","version":"^6.0.0"},"handle":{"providerId":"module10","exportId":"uart_basic"}}},"framewSpecificState":{"userEditedImports":[]},"payload":{}},"module11":{"scriptId":"@mchp-mcc/scf-pic8-tmr0-v3","imports":{"pin_standard":{"interfaceId":{"name":"pin-standard","version":"^0"},"handle":{"providerId":"module3","exportId":"pin-standard"}},"interrupt_standard":{"interfaceId":{"name":"interrupt-standard","version":"^1.*"},"handle":{"providerId":"module5","exportId":"interrupt"}},"device_meta":{"interfaceId":{"name":"device-meta","version":"^1"},"handle":{"providerId":"mccDevice","exportId":"meta"}},"osc_clocks":{"interfaceId":{"name":"osc-clocks","version":"^0"},"handle":{"providerId":"module4","exportId":"osc_clocks"}},"initializer_system":{"interfaceId":{"name":"initializer-system","version":"^0"},"handle":{"providerId":"module1","exportId":"initializer_system"}},"scf_pic8_tmr0_v3":{"interfaceId":{"name":"scf-pic8-tmr0-v3","version":"1.0.0"},"handle":{"providerId":"mccDevice","exportId":"TMR0"}}},"framewSpecificState":{"userEditedImports":[]},"payload":{}},"module1":{"scriptId":"@mchp-mcc/pic18-configuration-bits-v8","imports":{"device_meta":{"interfaceId":{"name":"device-meta","version":"^1"},"handle":{"providerId":"mccDevice","exportId":"meta"}},"initializer_main":{"interfaceId":{"name":"initializer-main","version":"^0.*"},"handle":{"providerId":"module0","exportId":"initializer_main"}},"pic18_configuration_bits_v8":{"interfaceId":{"name":"pic18-configuration-bits-v8","version":"1.0.0"},"handle":{"providerId":"mccDevice","exportId":"Configuration Bits"}}},"framewSpecificState":{"userEditedImports":[]},"payload":{}},"module0":{"scriptId":"@mchp-mcc/main-manager","imports":{"main":{"interfaceId":{"name":"main-manager","version":"^1.*"},"handle":{"providerId":"mccDevice","exportId":"MAIN MANAGER"}}},"framewSpecificState":{"userEditedImports":[]},"payload":{}},"module3":{"scriptId":"@mchp-mcc/pin-content-processor","imports":{"device-meta":{"interfaceId":{"name":"device-meta","version":"1.0.0"},"handle":{"providerId":"mccDevice","exportId":"meta"}},"pin-architecture":{"interfaceId":{"name":"pin-architecture","version":"1.0.0"},"handle":{"providerId":"module2","exportId":"pin-architecture"}}},"framewSpecificState":{"userEditedImports":[]},"payload":{}},"module2":{"scriptId":"@mchp-mcc/pic18-pin-manager","imports":{"pic18-pin-manager":{"interfaceId":{"name":"pic18-pin-manager","version":"1.0.0"},"handle":{"providerId":"mccDevice","exportId":"Pin Manager"}},"initializer_system":{"interfaceId":{"name":"initializer-system","version":"^0.*"},"handle":{"providerId":"module1","exportId":"initializer_system"}}},"framewSpecificState":{"userEditedImports":[]},"payload":{}}},"content":{"@mchp-mcc/pic-8bit":"5.28.2","@mchp-mcc/pin-content-processor":"3.8.0","@mchp-mcc/scf-pic8-osc-v9":"1.0.1","@mchp-mcc/pic18-pin-manager":"3.7.1","@mchp-mcc/scf-pic8-adc-v3":"1.0.0","@mchp-mcc/scf-pic8-eusart-v1":"7.1.6","@mchp-mcc/uart-driver":"1.10.1","@mchp-mcc/pic18-configuration-bits-v8":"1.0.3","@mchp-mcc/scf-pic8-interrupt-v4":"1.0.1","@mchp-mcc/main-manager":"3.1.1","@mchp-mcc/scf-pic8-tmr0-v3":"1.0.1"}}</value>
</entry>
</tokenMap>
<generatedFileHashHistoryMap class="java.util.TreeMap">
<entry>
<file>main.c</file>
<hash>9f7a9ee9174864acfff8de11d8b7598074ac47dba3ee2d455e3498fc7839c205</hash>
</entry>
<entry>
<file>mcc_generated_files\adc\adc.h</file>
<hash>9e07f534b27190de3d1f3974dc8ded8a34886df5a37e329b1908999d608503f1</hash>
</entry>
<entry>
<file>mcc_generated_files\adc\src\adc.c</file>
<hash>bc93fda4a43fb56d4fc5afca1b01ce8aec0d1615cd124a0b87551228448bb8b7</hash>
</entry>
<entry>
<file>mcc_generated_files\system\clock.h</file>
<hash>bfd112cdcbc02007c5005fb0cfd3216010a661ef42ce7c777c10226cd4627657</hash>
</entry>
<entry>
<file>mcc_generated_files\system\config_bits.h</file>
<hash>a9b76a6043e87df59bc31e4001da2f0f30336e8c3e1a57bd3e7b1f57c333b9ca</hash>
</entry>
<entry>
<file>mcc_generated_files\system\interrupt.h</file>
<hash>71d6882ad562445a05f38ebb21bbebd201fbbd099cda8a20234bd37bb9fed7ba</hash>
</entry>
<entry>
<file>mcc_generated_files\system\pins.h</file>
<hash>05d1951dcb0cbe690c5c4670f73a7a762db7b8a87d801e2c66d8908642317cb9</hash>
</entry>
<entry>
<file>mcc_generated_files\system\src\clock.c</file>
<hash>0cbb46bb99dda176f322ddd537f2aa606b10338429aae005101d0139d1e2df03</hash>
</entry>
<entry>
<file>mcc_generated_files\system\src\config_bits.c</file>
<hash>e3263864f97b2b0f87fc4aef1aa717fb2fcb78f4dce653776e0e63bcccda2d8f</hash>
</entry>
<entry>
<file>mcc_generated_files\system\src\interrupt.c</file>
<hash>53c2d5249a33c4c182cb32bc332b5ac5a713da3dc2c5d4e8c3a6fbad14f82c97</hash>
</entry>
<entry>
<file>mcc_generated_files\system\src\pins.c</file>
<hash>cf5b2e8bf357790ac798cf2fd0781b5dcd3184b55c3e111cb1be28a2d5c5bf3f</hash>
</entry>
<entry>
<file>mcc_generated_files\system\src\system.c</file>
<hash>0d27ac750380afc286ef7ef7813f1c61d4d34b60293555d51749565dbbec9ba9</hash>
</entry>
<entry>
<file>mcc_generated_files\system\system.h</file>
<hash>233078ee9516e53999482b444b9627c5bfe0a2d871ebda19a9183ee5a2e37d45</hash>
</entry>
<entry>
<file>mcc_generated_files\timer\src\tmr0.c</file>
<hash>00664fe602e8697178c1702b92fa53531ffe3343dbc1d63326423c6fe6d3707a</hash>
</entry>
<entry>
<file>mcc_generated_files\timer\timer_interface.h</file>
<hash>afb80fcac2132c5455a57fac875ffd4188891a29ae342e63d37ef0d8023b7501</hash>
</entry>
<entry>
<file>mcc_generated_files\timer\tmr0.h</file>
<hash>9d6f4d64e5343e88699a78a55863cb6bf3411cbb3197d9e3c37033b4e4a8b516</hash>
</entry>
<entry>
<file>mcc_generated_files\uart\eusart.h</file>
<hash>c96a168c20a9959c05f4c8f399c6b069d2e78b0a8bc7fed7b821d55978be9c73</hash>
</entry>
<entry>
<file>mcc_generated_files\uart\src\eusart.c</file>
<hash>ea122e1d88a25fca5bc7c97944933028a575f0a88f2026272ba0ae167dd79b7a</hash>
</entry>
<entry>
<file>mcc_generated_files\uart\uart_drv_interface.h</file>
<hash>4574c8ca7d7a4f8a28ceb6d1dbc7649ce9e7c08677eca12705d040a65bb8f6ee</hash>
</entry>
<entry>
<file>mcc_generated_files\uart\uart_types.h</file>
<hash>6f90ce1d4487b64f321f2fba4ad0bdd7e3051af4808544b68ea71fdb141e06be</hash>
</entry>
</generatedFileHashHistoryMap>
</config>