hello everyone,
sorry for my English but I'll try to do my best ...
I have a conditional problem,
my project is a proximity sensor that sends values (​​float, from 0 to 1) to a LED who lights up depending on the intensity of the sensor
The LED should work only if my values ​​are greater than 0.2.
I have wrote:
[sensor values (0 to 1) ]
|
|
[>0.2]
|
|
[analog output (led)]
my problem is that the result is a boolean and i need a float result after >0.2
What can i do please?
http://www.pdpatchrepo.info/hurleur/Capture_d?écran_2012-01-17_à_19.40.33.png