hello, I'm new to arduino.
here I have a problem. I'm going to use this library to program my robot. I'm using ultrasonic SRF02 as sensor to get the distance, and the output are dc motors.
the problem is, when I include this library to my program (and my fuzzy function too) suddenly my ultrasonic doesn't work. It can show the distance and only display 0. but when I remove my fuzzy function and this library the ultrasonic is working again. could anyone please help me fix this? maybe this library ruined the timing or what?