mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
start pcb action
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user