mirror of
https://github.com/sinseman44/PyCNC.git
synced 2026-07-16 08:37:09 +00:00
spindle implementation
This commit is contained in:
@@ -89,3 +89,9 @@ def join():
|
||||
""" Wait till motors work.
|
||||
"""
|
||||
logging.info("hal join()")
|
||||
|
||||
|
||||
def deinit():
|
||||
""" De-initialise.
|
||||
"""
|
||||
logging.info("hal deinit()")
|
||||
|
||||
Reference in New Issue
Block a user