diff --git a/SDP600Sensor/.cproject b/SDP600Sensor/.cproject
new file mode 100644
index 0000000..9f7e93c
--- /dev/null
+++ b/SDP600Sensor/.cproject
@@ -0,0 +1,262 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <?xml version="1.0" encoding="UTF-8"?>
+<TargetConfig>
+<Properties property_2="LPC15xx_256K.cfx" property_3="NXP" property_4="LPC1549" property_count="5" version="100300"/>
+<infoList vendor="NXP">
+<info chip="LPC1549" connectscript="LPC15RunBootRomConnect.scp" flash_driver="LPC15xx_256K.cfx" match_id="0x0" name="LPC1549" resetscript="LPC15RunBootRomReset.scp" stub="crt_emu_cm3_gen">
+<chip>
+<name>LPC1549</name>
+<family>LPC15xx</family>
+<vendor>NXP (formerly Philips)</vendor>
+<reset board="None" core="Real" sys="Real"/>
+<clock changeable="TRUE" freq="12MHz" is_accurate="TRUE"/>
+<memory can_program="true" id="Flash" is_ro="true" type="Flash"/>
+<memory id="RAM" type="RAM"/>
+<memory id="Periph" is_volatile="true" type="Peripheral"/>
+<memoryInstance derived_from="Flash" id="MFlash256" location="0x0" size="0x40000"/>
+<memoryInstance derived_from="RAM" id="Ram0_16" location="0x2000000" size="0x4000"/>
+<memoryInstance derived_from="RAM" id="Ram1_16" location="0x2004000" size="0x4000"/>
+<memoryInstance derived_from="RAM" id="Ram2_4" location="0x2008000" size="0x1000"/>
+</chip>
+<processor>
+<name gcc_name="cortex-m3">Cortex-M3</name>
+<family>Cortex-M</family>
+</processor>
+</info>
+</infoList>
+</TargetConfig>
+
+
+
+ LPCXpresso1549
+
+
+
\ No newline at end of file
diff --git a/SDP600Sensor/.gitignore b/SDP600Sensor/.gitignore
new file mode 100644
index 0000000..3df573f
--- /dev/null
+++ b/SDP600Sensor/.gitignore
@@ -0,0 +1 @@
+/Debug/
diff --git a/SDP600Sensor/.project b/SDP600Sensor/.project
new file mode 100644
index 0000000..a2a8717
--- /dev/null
+++ b/SDP600Sensor/.project
@@ -0,0 +1,32 @@
+
+
+ SDP600Sensor
+
+
+ esp-vent-main
+ I2C
+ lpc_chip_15xx
+ SDP600Sensor
+ Modbus
+
+
+
+ org.eclipse.cdt.managedbuilder.core.genmakebuilder
+ clean,full,incremental,
+
+
+
+
+ org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder
+ full,incremental,
+
+
+
+
+
+ org.eclipse.cdt.core.cnature
+ org.eclipse.cdt.core.ccnature
+ org.eclipse.cdt.managedbuilder.core.managedBuildNature
+ org.eclipse.cdt.managedbuilder.core.ScannerConfigNature
+
+
diff --git a/SDP600Sensor/liblinks.xml b/SDP600Sensor/liblinks.xml
new file mode 100644
index 0000000..1dc1803
--- /dev/null
+++ b/SDP600Sensor/liblinks.xml
@@ -0,0 +1,32 @@
+
+
+
+
+ ${MacroStart}workspace_loc:/${ProjName}/inc${MacroEnd}
+
+
+ ${MacroStart}workspace_loc:/${ProjName}/inc${MacroEnd}
+
+
+ ${ProjName}
+
+
+ ${MacroStart}workspace_loc:/${ProjName}/Debug${MacroEnd}
+
+
+ ${MacroStart}workspace_loc:/${ProjName}/Release${MacroEnd}
+
+
+ ${ProjName}
+
+
+
diff --git a/esp-vent-main/.cproject b/esp-vent-main/.cproject
index c86297d..ef04634 100644
--- a/esp-vent-main/.cproject
+++ b/esp-vent-main/.cproject
@@ -48,6 +48,7 @@
+
@@ -79,6 +80,7 @@
+
@@ -100,6 +102,7 @@
+
@@ -133,7 +136,7 @@
-
+
@@ -212,6 +216,7 @@
+
@@ -243,6 +248,7 @@
+
@@ -264,6 +270,7 @@
+
@@ -298,6 +305,7 @@
+
diff --git a/esp-vent-main/.project b/esp-vent-main/.project
index d101839..a1bb242 100644
--- a/esp-vent-main/.project
+++ b/esp-vent-main/.project
@@ -12,6 +12,7 @@
Timer
SwitchController
PressureWrapper
+ SDP600Sensor