Skip to content

Commit

Permalink
Update GPIO adapter interface
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio1990 committed Nov 27, 2022
1 parent 53c8073 commit d986ee7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/stepper_rpi/gpio_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ def cleanup_pin(pin)
def set_pin_value(pin, value)
raise NotImplementedError
end

def setup_pwm(pwm_channel)
raise NotImplementedError
end
end
end

0 comments on commit d986ee7

Please sign in to comment.