Added support for T-Balancer sensorhub and miniNG. Added a Flow sensor-type.

This commit is contained in:
Michael Möller
2010-02-21 18:10:30 +00:00
parent bcb19ae527
commit ba9015c451
11 changed files with 214 additions and 58 deletions

View File

@@ -68,6 +68,7 @@
<Compile Include="Hardware\HDD\HDD.cs" />
<Compile Include="Hardware\HDD\HDDGroup.cs" />
<Compile Include="Hardware\HDD\SMART.cs" />
<Compile Include="Hardware\IParameter.cs" />
<Compile Include="Hardware\LPC\Chip.cs" />
<Compile Include="Hardware\LPC\F718XX.cs" />
<Compile Include="Hardware\LPC\LPCHardware.cs" />
@@ -153,6 +154,9 @@
<ItemGroup>
<EmbeddedResource Include="Resources\smallicon.ico" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\flow.png" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<VisualStudio AllowExistingFolder="true" />