Skip to content

Commit

Permalink
removed custom_iq_module and pulsing_module for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Vertiq-Ben committed May 24, 2023
1 parent c56532c commit e60e03b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 149 deletions.
2 changes: 0 additions & 2 deletions iqmotion/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from iqmotion.iq_devices.base_iq_module import BaseIqModule
from iqmotion.iq_devices.custom_iq_module import CustomIqModule

# Soon to be deprecated: but the original way to access motor firmware API
from iqmotion.iq_devices.speed_module import SpeedModule
Expand All @@ -11,7 +10,6 @@
from iqmotion.iq_devices.vertiq4006_module import Vertiq4006
from iqmotion.iq_devices.vertiq2306_module import Vertiq2306
from iqmotion.iq_devices.fortiq_module import Fortiq
from iqmotion.iq_devices.pulsing_module import PulsingModule

from iqmotion.communication.communicator import Communicator
from iqmotion.communication.serial_communicator import SerialCommunicator
19 changes: 0 additions & 19 deletions iqmotion/iq_devices/module_files/pulsing.json

This file was deleted.

25 changes: 0 additions & 25 deletions iqmotion/iq_devices/pulsing_module.py

This file was deleted.

89 changes: 0 additions & 89 deletions iqmotion/tests/test_custom_iq_module.py

This file was deleted.

14 changes: 0 additions & 14 deletions iqmotion/tests/test_pulsing.py

This file was deleted.

0 comments on commit e60e03b

Please sign in to comment.