Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
Version 1.1 Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYsLab committed Apr 3, 2020
1 parent 3a1f1d5 commit d09735f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/stress_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def stress_test(my_board, loop_count):

my_board.set_pin_mode_digital_input(12, callback=the_callback)
my_board.set_pin_mode_digital_input(13, callback=the_callback)
my_board.set_pin_mode_analog_input(2, callback=the_callback)
my_board.set_pin_mode_analog_input(2, callback=the_callback, differential=5)
my_board.set_pin_mode_pwm_output(9)
my_board.set_pin_mode_digital_output(6)

Expand Down

0 comments on commit d09735f

Please sign in to comment.