Hi, I am trying to make a Tachometer with hc-sr04 proximity sensor. It is working normal for 3-4 hours and then it freezes. No error, no run, nothing, just standing still. Here is my code, import RPi.GPIO as GPIO import time import pymssql #GPIO.cleanup() GPIO.setmode(GPIO.BOARD) TRIG = 18 ECHO = 16...