feat(FFT): добавлено FFT, выделение основной частоты
This commit is contained in:
@@ -32,6 +32,8 @@ def read_serial_data():
|
||||
)
|
||||
except KeyboardInterrupt:
|
||||
print("\nExiting...")
|
||||
except:
|
||||
print("\nAn error occure!")
|
||||
finally:
|
||||
if "ser" in locals() and ser.is_open:
|
||||
ser.close()
|
||||
|
||||
Reference in New Issue
Block a user