diff --git a/Capture.JPG b/Capture.JPG new file mode 100644 index 00000000..eeb823b1 Binary files /dev/null and b/Capture.JPG differ diff --git a/Capture2.JPG b/Capture2.JPG new file mode 100644 index 00000000..d3d11d96 Binary files /dev/null and b/Capture2.JPG differ diff --git a/Capture3.JPG b/Capture3.JPG new file mode 100644 index 00000000..3b752310 Binary files /dev/null and b/Capture3.JPG differ diff --git a/Capture4.JPG b/Capture4.JPG new file mode 100644 index 00000000..b622202b Binary files /dev/null and b/Capture4.JPG differ diff --git a/README.md b/README.md new file mode 100644 index 00000000..9daeafb9 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +test diff --git a/src/se/hal/intf/HalSensorData.java b/src/se/hal/intf/HalSensorData.java deleted file mode 100755 index bab1d0e0..00000000 --- a/src/se/hal/intf/HalSensorData.java +++ /dev/null @@ -1,10 +0,0 @@ -package se.hal.intf; - -/** - * Interface representing one data report from a sensor. - * - * Created by Ziver on 2016-08-17. - */ -public abstract class HalSensorData extends HalDeviceData{ - -}