You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this ultrasonic sensor but I receive hex value .
//////
float[] values = hcsr04.getProximityDistance();
//////
This return hex value instead of float.
I receive following data:
[F@50d103bW/TAG: Distance is: [F@50d103b
as distance
The text was updated successfully, but these errors were encountered:
I am using this ultrasonic sensor but I receive hex value .
//////
float[] values = hcsr04.getProximityDistance();
//////
This return hex value instead of float.
I receive following data:
[F@50d103bW/TAG: Distance is: [F@50d103b
as distance
The text was updated successfully, but these errors were encountered: