Skip to content

Commit

Permalink
use MunichIoEthernetProtocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Dec 18, 2024
1 parent 29b8e79 commit c2521a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
p.setup(1.0)

# Set up the PushBot devices
pushbot_protocol = p.external_devices.MunichIoSpiNNakerLinkProtocol(
pushbot_protocol = p.external_devices.MunichIoEthernetProtocol(
mode=p.external_devices.protocols.MUNICH_MODES.PUSH_BOT, uart_id=0)
motor_0 = p.external_devices.PushBotEthernetMotorDevice(
p.external_devices.PushBotMotor.MOTOR_0_PERMANENT, pushbot_protocol)
Expand Down

0 comments on commit c2521a2

Please sign in to comment.