-
Notifications
You must be signed in to change notification settings - Fork 2
/
Microwave_pic.cbp
51 lines (51 loc) · 1.33 KB
/
Microwave_pic.cbp
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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="Microwave_pic" />
<Option pch_mode="2" />
<Option compiler="sdcc" />
<Build>
<Target title="Release">
<Option output="bin/Release/Microwave_pic" prefix_auto="1" extension_auto="1" />
<Option working_dir="" />
<Option object_output="obj/Release/" />
<Option type="5" />
<Option compiler="sdcc" />
<Compiler>
<Add option="-mpic16" />
<Add option="--opt-code-size" />
</Compiler>
</Target>
</Build>
<Unit filename="7SEG.C">
<Option compilerVar="CC" />
</Unit>
<Unit filename="HAL_PicGenios.h" />
<Unit filename="MCAL_PIC18F.h" />
<Unit filename="MCAL_PIC18F_DIO.C">
<Option compilerVar="CC" />
</Unit>
<Unit filename="MCAL_PIC18F_InterruptManager.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="MCAL_PIC18F_Timer0Module.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="controls.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="keypad.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="main.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="stdtypes.h" />
<Extensions>
<code_completion />
<envvars />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>