Changes
Page history
jessvi created page: Lab5
authored
Mar 25, 2015
by
Jesper Kurtzmann Svith
Show whitespace changes
Inline
Side-by-side
Lab5.markdown
View page @
188054bd
...
...
@@ -83,8 +83,7 @@ In the datalogger class we had to replace FileOutputStream with BufferedOutputSt
> dos.flush();
>
> String iString = iField.getText();
> float i = new Float(iString).intValue(); // The I value needs to be a float
> value in
> float i = new Float(iString).intValue(); // The I value needs to be a float value
> dos.writeFloat(i); // order to send decimal numbers.
> dos.flush();
>
...
...
...
...