feature_lsp_com #8

Merged
musabe24 merged 17 commits from feature_lsp_com into main 2024-07-18 12:26:59 +02:00
Showing only changes of commit b081c33748 - Show all commits

14
main.py
View File

@@ -440,13 +440,6 @@ class ArduinoGUI:
self.csv_writer.writerow([formatted_time, formatted_angle, formatted_setpoint, formatted_torque, formatted_output])
except Exception as e:
print(e)
time.sleep(0.1)
def lsp_communication_loop(self):
while self.running:
if self.ser:
if self.ser.in_waiting:
try:
@@ -465,9 +458,16 @@ class ArduinoGUI:
try:
pass
self.connect_lsp()
except Exception as e:
print(e)
time.sleep(0.1)
def lsp_communication_loop(self):
while self.running:
pass
def send_pid_parameters(self):
if self.selected_pid in self.pid_params: