Implemented HalSensorController and HalSensorData RPiPowerConsumptionSensor

+ Added RPiTemperatureSensor
+ Updated pi4j-1.0 to pi4j-1.1-SNAPSHOT that includes support for 1-Wire communication and various sensors.


Former-commit-id: 6db4193283bf3fc604fcf250d7a321ba8b70b6a4
This commit is contained in:
Daniel Collin 2016-01-19 13:51:58 +01:00
parent 3884634590
commit e9d32dcc30
28 changed files with 453 additions and 171 deletions

View file

@ -24,16 +24,6 @@
<!-- ________________________ PUBLIC TARGETS ________________________ -->
<target name="run-local-sensor" depends="">
<java fork="true" failonerror="true" classname="se.hal.plugin.localsensor.RPiImpulseCountSensor">
<classpath>
<pathelement path="${buildDir}/hal.jar"/> <!--wildcard may not be platform independent, ok?-->
<pathelement path="${libDir}/*"/> <!--wildcard may not be platform independent, ok?-->
</classpath>
</java>
</target>
<target name="run-remote-sensor" depends="">
<java fork="true" failonerror="true" classname="se.hal.plugin.tellstick.TelstickSerialCommTest">
<classpath>
@ -85,6 +75,5 @@
<mkdir dir="${buildDir}" />
<get src="http://repo.koc.se/zutil-java.git/blob/master/Zutil.jar" dest="${libDir}" verbose="true" usetimestamp="true"/>
</target>
</project>