Skip to content

Removing MotorFeatherWing #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Dependencies
These drivers depends on:

* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_
* `PCA9685 <https://github.com/adafruit/Adafruit_CircuitPython_PCA9685>`_
* `Motor <https://github.com/adafruit/Adafruit_CircuitPython_Motor>`_
* `INA219 <https://github.com/adafruit/Adafruit_CircuitPython_INA219>`_
* `Seesaw <https://github.com/adafruit/Adafruit_CircuitPython_seesaw>`_

Please ensure all dependencies are available on the CircuitPython filesystem.
This is easily achieved by downloading
Expand Down
216 changes: 0 additions & 216 deletions adafruit_featherwing/motor_featherwing.py

This file was deleted.

Binary file removed docs/_static/motor_featherwing/m1.jpg
Binary file not shown.
Binary file removed docs/_static/motor_featherwing/m2.jpg
Binary file not shown.
Binary file removed docs/_static/motor_featherwing/m3.jpg
Binary file not shown.
Binary file removed docs/_static/motor_featherwing/m4.jpg
Binary file not shown.
Binary file removed docs/_static/motor_featherwing/stepper1.jpg
Binary file not shown.
Binary file removed docs/_static/motor_featherwing/stepper2.jpg
Binary file not shown.
3 changes: 0 additions & 3 deletions docs/api.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@

.. If you created a package, create one automodule per module in the package.

.. automodule:: adafruit_featherwing.motor_featherwing
:members:

.. automodule:: adafruit_featherwing.ina219_featherwing
:members:

Expand Down
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
'python': ('https://docs.python.org/3.4', None),
'BusDevice': ('https://circuitpython.readthedocs.io/projects/bus_device/en/latest/', None),
'Register': ('https://circuitpython.readthedocs.io/projects/register/en/latest/', None),
'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None),
'motor': ('https://circuitpython.readthedocs.io/projects/motor/en/latest/', None)}
'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
8 changes: 0 additions & 8 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,3 @@ Ensure your device works with this simple test.
.. literalinclude:: ../examples/joy_featherwing/joy.py
:caption: examples/joy_featherwing/joy.py
:linenos:

.. literalinclude:: ../examples/motor_featherwing/dc_motor.py
:caption: examples/motor_featherwing/dc_motor.py
:linenos:

.. literalinclude:: ../examples/motor_featherwing/stepper_motor.py
:caption: examples/motor_featherwing/stepper_motor.py
:linenos:
9 changes: 0 additions & 9 deletions examples/motor_featherwing/dc_motor.py

This file was deleted.

6 changes: 0 additions & 6 deletions examples/motor_featherwing/stepper_motor.py

This file was deleted.

2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
Adafruit-Blinka
adafruit-circuitpython-busdevice
adafruit-circuitpython-register
adafruit-circuitpython-motor
adafruit-circuitpython-pca9685
adafruit-circuitpython-ina219
adafruit-circuitpython-seesaw
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
author_email='[email protected]',

install_requires=['Adafruit-Blinka', 'adafruit-circuitpython-busdevice',
'adafruit-circuitpython-register', 'adafruit-circuitpython-pca9685',
'adafruit-circuitpython-motor', 'adafruit-circuitpython-ina219',
'adafruit-circuitpython-register', 'adafruit-circuitpython-ina219',
'adafruit-circuitpython-seesaw'],

# Choose your license
Expand All @@ -56,7 +55,7 @@
],

# What does your project relate to?
keywords='adafruit motor ina219 pca9685 featherwing joy i2c '
keywords='adafruit ina219 featherwing joy joywing i2c '
'hardware micropython circuitpython',

# You can just specify the packages manually here if your project is
Expand Down