start pcb action

This commit is contained in:
acki
2025-05-12 11:01:51 -04:00
parent e893a7a1ce
commit 711cce8b41
31 changed files with 961 additions and 581 deletions

View File

@@ -4,6 +4,7 @@ import math
import threading
import argparse
class SimulatedPCB:
def __init__(self, port='/dev/pts/6', baud=115200):
self.ser = serial.Serial(port, baud, timeout=1)