创建结构目录
This commit is contained in:
1
devices/__init__.py
Normal file
1
devices/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
# 设备驱动
|
||||
1
devices/base_device.py
Normal file
1
devices/base_device.py
Normal file
@@ -0,0 +1 @@
|
||||
# 设备抽象层
|
||||
1
devices/feed_port.py
Normal file
1
devices/feed_port.py
Normal file
@@ -0,0 +1 @@
|
||||
# 下料口
|
||||
1
devices/temperature.py
Normal file
1
devices/temperature.py
Normal file
@@ -0,0 +1 @@
|
||||
# 温度传感器
|
||||
Reference in New Issue
Block a user