Skip to content
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 spynnaker/pyNN/external_devices/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
LivePacketGatherParameters)
from spynnaker.pyNN.external_devices_models import (
AbstractEthernetController, AbstractEthernetSensor,
ArbitraryFPGADevice, ExternalCochleaDevice, ExternalFPGARetinaDevice,
ArbitraryFPGADevice, ExternalFPGARetinaDevice,
MunichMotorDevice, MunichRetinaDevice, ExternalDeviceLifControl,
SPIFRetinaDevice, ICUBRetinaDevice, SPIFOutputDevice, SPIFInputDevice)
from spynnaker.pyNN import model_binaries
Expand Down Expand Up @@ -80,7 +80,7 @@
"EIEIOType",

# General Devices
"ExternalCochleaDevice", "ExternalFPGARetinaDevice",
"ExternalFPGARetinaDevice",
"MunichRetinaDevice", "MunichMotorDevice", "ArbitraryFPGADevice",
"PushBotRetinaViewer", "ExternalDeviceLifControl", "SPIFRetinaDevice",
"ICUBRetinaDevice", "SPIFOutputDevice", "SPIFInputDevice",
Expand Down
4 changes: 1 addition & 3 deletions spynnaker/pyNN/external_devices_models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
AbstractMulticastControllableDevice, SendType)
from .arbitrary_fpga_device import ArbitraryFPGADevice
from .external_device_lif_control import ExternalDeviceLifControl
from .external_spinnaker_link_cochlea_device import ExternalCochleaDevice
from .external_spinnaker_link_fpga_retina_device import (
ExternalFPGARetinaDevice)
from .machine_munich_motor_device import MachineMunichMotorDevice
Expand All @@ -35,8 +34,7 @@
__all__ = ["AbstractEthernetController", "AbstractEthernetSensor",
"AbstractEthernetTranslator", "ArbitraryFPGADevice",
"AbstractMulticastControllableDevice", "ExternalDeviceLifControl",
"ExternalCochleaDevice", "ExternalFPGARetinaDevice",
"MachineMunichMotorDevice",
"ExternalFPGARetinaDevice", "MachineMunichMotorDevice",
"MunichMotorDevice", "MunichRetinaDevice", "SendType",
"ThresholdTypeMulticastDeviceControl", "SPIFRetinaDevice",
"ICUBRetinaDevice", "SPIFOutputDevice", "SPIFInputDevice"]

This file was deleted.

Loading