We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92084cb commit f034f0dCopy full SHA for f034f0d
_old/hil.py
@@ -2,7 +2,6 @@
2
import os
3
import signal
4
import sys
5
-# import time
6
from hil.pin_mapper import PinMapper
7
from hil.hil_devices.hil_device import HilDevice
8
from hil.hil_devices.serial_manager import SerialManager
hil/communication/can_bus.py
@@ -13,7 +13,6 @@
13
import time
14
import threading
15
import numpy as np
16
-# import math
17
18
CAN_READ_TIMEOUT_S = 1.0
19
0 commit comments