Replies: 1 comment 1 reply
-
It means that everything after the More info: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In several areas of documentation such as here https://docs.micropython.org/en/latest/library/machine.Pin.html#machine-pin there is a parameter in a function signature of *. This doesn't seem to be defined and is absent from the list of parameters.
For example: class machine.Pin(id, mode=- 1, pull=- 1, *, value=None, drive=0, alt=- 1)_
What is it?
Beta Was this translation helpful? Give feedback.
All reactions