root: add rest of sensors as static project. Modbus: debug additions

This commit is contained in:
Evgenii Meshcheriakov
2022-10-22 10:11:01 +03:00
parent 0be8c9a3f0
commit 06a7d997d6
13 changed files with 770 additions and 1 deletions

32
GMP252Sensor/.project Normal file
View File

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>GMP252Sensor</name>
<comment></comment>
<projects>
<project>lpc_chip_15xx</project>
<project>Modbus</project>
<project>GMP252Sensor</project>
<project>StateHandler</project>
<project>I2C</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
<triggers>clean,full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
<triggers>full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.cdt.core.cnature</nature>
<nature>org.eclipse.cdt.core.ccnature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
</natures>
</projectDescription>