Hi, I have a sensor, wich measures an increasing value. Now I want to devide the newest mesurement from the last one to get the number how much it increased this time. I cant find a way to do this with a factory sensor.
X = B-A
/ <-- B |
/ <-- A |
/ |
/ |
/_____________ |
Is there a way this could be solved?
Thank you :)
Add comment