We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74aa1f5 commit b12afb7Copy full SHA for b12afb7
m5stack/libs/unit/__init__.py
@@ -26,3 +26,7 @@
26
from .pbhub import PBHUB
27
from .uwb import UWB
28
from .ac_measure import AC_MEASURE
29
+from .rs485 import RS485
30
+from .rs485_iso import ISO485
31
+from .ultrasonic_io import ULTRASONIC_IO
32
+from .ultrasonic_i2c import ULTRASONIC_I2C
m5stack/libs/unit/manifest.py
@@ -30,6 +30,10 @@
"tof.py",
"unit_helper.py",
"uwb.py",
33
+ "rs485.py",
34
+ "rs485_iso.py",
35
+ "ultrasonic_io.py",
36
+ "ultrasonic_i2c.py",
37
),
38
base_path="..",
39
opt=0,
0 commit comments