mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 03:11:15 +03:00
Updated Java CMake and examples to comply with the new interfaces.
Signed-off-by: Serban Waltter <serban.waltter@rinftech.com>
This commit is contained in:
@ -35,8 +35,6 @@ public class BMPX8X_Example {
|
||||
// temperature values every .5 seconds
|
||||
while (true)
|
||||
{
|
||||
sensor.update();
|
||||
|
||||
System.out.println("Pressure: "
|
||||
+ sensor.getPressure()
|
||||
+ " Pa, Temperature: "
|
||||
|
Reference in New Issue
Block a user