Is the proximity sensor an on off state ! ..or the value is a propotional to the measured distance.
When proximity is on a value 0 is triggered.
Is the max value equal for all devices ?
When proximity is on a value 0 is triggered.
Is the max value equal for all devices ?
B4X:
Sub ps_SensorChanged (Values() As Float)
Log(Values(0))
End Sub