Skip to content

Commit b12afb7

Browse files
committed
Features: units/[RS485, ISO485, ULTRASONIC I2C & IO]
1 parent 74aa1f5 commit b12afb7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

m5stack/libs/unit/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@
2626
from .pbhub import PBHUB
2727
from .uwb import UWB
2828
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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
"tof.py",
3131
"unit_helper.py",
3232
"uwb.py",
33+
"rs485.py",
34+
"rs485_iso.py",
35+
"ultrasonic_io.py",
36+
"ultrasonic_i2c.py",
3337
),
3438
base_path="..",
3539
opt=0,

0 commit comments

Comments
 (0)