diff options
author | Matt Strapp <msattr@gmail.com> | 2020-02-28 11:20:34 -0600 |
---|---|---|
committer | Matt Strapp <msattr@gmail.com> | 2020-02-28 11:20:34 -0600 |
commit | 9416d720e118e4b5508ad17d64af0c9b69ff3a2f (patch) | |
tree | 8377222e117bcf97829713cce37c6525a2e50222 /Lab3.X/nbproject/private | |
parent | Merge origin/master (diff) | |
download | ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.tar ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.tar.gz ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.tar.bz2 ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.tar.lz ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.tar.xz ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.tar.zst ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.zip |
Redo numpad
Diffstat (limited to '')
-rw-r--r-- | Lab3.X/nbproject/private/configurations.xml | 25 | ||||
-rw-r--r-- | Lab3.X/nbproject/private/private.xml | 10 |
2 files changed, 30 insertions, 5 deletions
diff --git a/Lab3.X/nbproject/private/configurations.xml b/Lab3.X/nbproject/private/configurations.xml new file mode 100644 index 0000000..74e2a26 --- /dev/null +++ b/Lab3.X/nbproject/private/configurations.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<configurationDescriptor version="65">
+ <projectmakefile>Makefile</projectmakefile>
+ <defaultConf>0</defaultConf>
+ <confs>
+ <conf name="default" type="2">
+ <platformToolSN></platformToolSN>
+ <languageToolchainDir>C:\Program Files (x86)\Microchip\xc16\v1.41\bin</languageToolchainDir>
+ <mdbdebugger version="1">
+ <placeholder1>place holder 1</placeholder1>
+ <placeholder2>place holder 2</placeholder2>
+ </mdbdebugger>
+ <runprofile version="6">
+ <args></args>
+ <rundir></rundir>
+ <buildfirst>true</buildfirst>
+ <console-type>0</console-type>
+ <terminal-type>0</terminal-type>
+ <remove-instrumentation>0</remove-instrumentation>
+ <environment>
+ </environment>
+ </runprofile>
+ </conf>
+ </confs>
+</configurationDescriptor>
diff --git a/Lab3.X/nbproject/private/private.xml b/Lab3.X/nbproject/private/private.xml index c10361e..d82f0d3 100644 --- a/Lab3.X/nbproject/private/private.xml +++ b/Lab3.X/nbproject/private/private.xml @@ -3,11 +3,11 @@ <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group>
- <file>file:/C:/Users/Ross/MPLABXProjects/EE2361Projects/Lab3.X/display.h</file>
- <file>file:/C:/Users/Ross/MPLABXProjects/EE2361Projects/Lab3.X/numpad.h</file>
- <file>file:/C:/Users/Ross/MPLABXProjects/EE2361Projects/Lab3.X/display.c</file>
- <file>file:/C:/Users/Ross/MPLABXProjects/EE2361Projects/Lab3.X/numpad.c</file>
- <file>file:/C:/Users/Ross/MPLABXProjects/EE2361Projects/Lab3.X/lab3_main_c.c</file>
+ <file>file:/C:/Users/MSatt/MPLABXProjects/EE2361Projects/Lab3.X/numpad.h</file>
+ <file>file:/C:/Users/MSatt/MPLABXProjects/EE2361Projects/Lab3.X/lab3_main_c.c</file>
+ <file>file:/C:/Users/MSatt/MPLABXProjects/EE2361Projects/Lab3.X/display.c</file>
+ <file>file:/C:/Users/MSatt/MPLABXProjects/EE2361Projects/Lab3.X/numpad.c</file>
+ <file>file:/C:/Users/MSatt/MPLABXProjects/EE2361Projects/Lab3.X/display.h</file>
</group>
</open-files>
</project-private>
|