测试了密胺的整个流程、add(点位设置界面增加了 停止功能按钮)、fix bug(修复了点位名称写入数据库不一致的错误)
This commit is contained in:
8851
fairino/Robot.py
Normal file
8851
fairino/Robot.py
Normal file
File diff suppressed because it is too large
Load Diff
6
fairino/setup.py
Normal file
6
fairino/setup.py
Normal file
@ -0,0 +1,6 @@
|
||||
# setup.py
|
||||
# python3 setup.py build_ext --inplace
|
||||
# python setup.py build_ext --inplace
|
||||
from distutils.core import setup
|
||||
from Cython.Build import cythonize
|
||||
setup(name='Robot', ext_modules=cythonize('Robot.py'))
|
||||
Reference in New Issue
Block a user