diff options
author | Matt Strapp <strap012@umn.edu> | 2021-03-28 10:12:10 -0500 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2021-03-28 10:12:10 -0500 |
commit | f3f8cbd69e290ccbd60f9cbc0b1d9b63645127bb (patch) | |
tree | dd3ab9128eee3ca38e86f83d705526d596c0f732 /EE3102Testing.X/nbproject/private | |
parent | Added intial PIC24 Firmware (diff) | |
download | ee3102-f3f8cbd69e290ccbd60f9cbc0b1d9b63645127bb.tar ee3102-f3f8cbd69e290ccbd60f9cbc0b1d9b63645127bb.tar.gz ee3102-f3f8cbd69e290ccbd60f9cbc0b1d9b63645127bb.tar.bz2 ee3102-f3f8cbd69e290ccbd60f9cbc0b1d9b63645127bb.tar.lz ee3102-f3f8cbd69e290ccbd60f9cbc0b1d9b63645127bb.tar.xz ee3102-f3f8cbd69e290ccbd60f9cbc0b1d9b63645127bb.tar.zst ee3102-f3f8cbd69e290ccbd60f9cbc0b1d9b63645127bb.zip |
Add a basic VtoI function
Also rearrange things and commit iconoclasm
Diffstat (limited to 'EE3102Testing.X/nbproject/private')
-rw-r--r-- | EE3102Testing.X/nbproject/private/configurations.xml | 25 | ||||
-rw-r--r-- | EE3102Testing.X/nbproject/private/private.xml | 13 |
2 files changed, 0 insertions, 38 deletions
diff --git a/EE3102Testing.X/nbproject/private/configurations.xml b/EE3102Testing.X/nbproject/private/configurations.xml deleted file mode 100644 index 3027230..0000000 --- a/EE3102Testing.X/nbproject/private/configurations.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<configurationDescriptor version="65">
- <projectmakefile>Makefile</projectmakefile>
- <defaultConf>0</defaultConf>
- <confs>
- <conf name="default" type="2">
- <platformToolSN>:=MPLABComm-USB-Microchip:=<vid>04D8:=<pid>8108:=<rev>0002:=<man>Digilent:=<prod>chipKitProgrammer:=<sn>DA63B49:=<drv>x:=<xpt>h:=end</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/EE3102Testing.X/nbproject/private/private.xml b/EE3102Testing.X/nbproject/private/private.xml deleted file mode 100644 index c25dc22..0000000 --- a/EE3102Testing.X/nbproject/private/private.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
- <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/micha/MPLABXProjects/EE3102Testing.X/spies046_lab6_asm_v001.s</file>
- <file>file:/C:/Users/micha/MPLABXProjects/EE3102Testing.X/spies046_lab6_buffer_v001.c</file>
- <file>file:/C:/Users/micha/MPLABXProjects/EE3102Testing.X/spies046_lab6_lcdLib_v001.h</file>
- <file>file:/C:/Users/micha/MPLABXProjects/EE3102Testing.X/spies046_lab6_lcdLib_v001.c</file>
- <file>file:/C:/Users/micha/MPLABXProjects/EE3102Testing.X/spies046_lab6_main_v001.c</file>
- </group>
- </open-files>
-</project-private>
|