Skip to content

Commit

Permalink
stepper continuous reverse direction
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYsLab committed Sep 24, 2023
1 parent c399adf commit 6d21b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/blink.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6d21b5b

Please sign in to comment.