From 6d21b5b0ccb2f3c58848facfca434d0cd901a719 Mon Sep 17 00:00:00 2001 From: MrYsLab Date: Sun, 24 Sep 2023 10:41:32 -0400 Subject: [PATCH] stepper continuous reverse direction --- examples/blink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/blink.py b/examples/blink.py index dbb3d8d..ff9adb7 100644 --- a/examples/blink.py +++ b/examples/blink.py @@ -32,7 +32,7 @@ DIGITAL_PIN = 6 # the board LED # Create a Telemetrix instance. -board = telemetrix.Telemetrix(ip_port=31336) +board = telemetrix.Telemetrix() # Set the DIGITAL_PIN as an output pin board.set_pin_mode_digital_output(DIGITAL_PIN)