diff options
| author | William Harrington <kb0iic@berzerkula.org> | 2019-07-27 22:16:27 -0500 | 
|---|---|---|
| committer | William Harrington <kb0iic@berzerkula.org> | 2019-07-27 22:16:27 -0500 | 
| commit | e6bffe23c87a9f6de8abdec747600f674b9cab62 (patch) | |
| tree | 1da4dc68a918f969f3354f1d70c2aa58b588fabd /nbproject/private | |
| parent | 1dd364ccc6fb4447d89cbc965655b895def8e97b (diff) | |
Copy project files into repo
Diffstat (limited to 'nbproject/private')
| -rwxr-xr-x | nbproject/private/SuppressibleMessageMemo.properties | 3 | ||||
| -rwxr-xr-x | nbproject/private/configurations.xml | 25 | ||||
| -rwxr-xr-x | nbproject/private/private.xml | 12 | 
3 files changed, 40 insertions, 0 deletions
| diff --git a/nbproject/private/SuppressibleMessageMemo.properties b/nbproject/private/SuppressibleMessageMemo.properties new file mode 100755 index 0000000..a367cae --- /dev/null +++ b/nbproject/private/SuppressibleMessageMemo.properties @@ -0,0 +1,3 @@ +#
 +#Wed Jul 17 11:50:11 CDT 2019
 +PICkit\ 4/CHECK_4_HIGH_VOLTAGE_VPP=true
 diff --git a/nbproject/private/configurations.xml b/nbproject/private/configurations.xml new file mode 100755 index 0000000..0079996 --- /dev/null +++ b/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>:=MPLABComm-USB-Microchip:=<vid>04D8:=<pid>9012:=<rev>0100:=<man>Microchip Technology Incorporated:=<prod>MPLAB PICkit 4:=<sn>BUR184886762:=<drv>x:=<xpt>b:=end</platformToolSN>
 +      <languageToolchainDir>C:\Program Files (x86)\Microchip\xc8\v2.05\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/nbproject/private/private.xml b/nbproject/private/private.xml new file mode 100755 index 0000000..94051fb --- /dev/null +++ b/nbproject/private/private.xml @@ -0,0 +1,12 @@ +<?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/kb0iic/MPLABXProjects/I2C_LCD.X/main.h</file>
 +            <file>file:/C:/Users/kb0iic/MPLABXProjects/I2C_LCD.X/beep.c</file>
 +            <file>file:/C:/Users/kb0iic/MPLABXProjects/I2C_LCD.X/main.c</file>
 +            <file>file:/C:/Users/kb0iic/MPLABXProjects/I2C_LCD.X/beep.h</file>
 +        </group>
 +    </open-files>
 +</project-private>
 | 
