Skip to content

Commit

Permalink
Update machine.pyi (#291)
Browse files Browse the repository at this point in the history
fix: drive method typo
  • Loading branch information
eigen-value authored Jul 23, 2024
1 parent 5c01b7d commit e830677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typehints/micropython/machine.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ Selects the IRQ trigger type.
Availability: cc3200, stm32 ports.
"""
@overload
def dive(self) -> int:
def drive(self) -> int:
"""
Get or set the pin drive strength.
See the constructor documentation for details of the ``drive`` argument.
Expand Down

0 comments on commit e830677

Please sign in to comment.