mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
The new machine_pin_find() function accepts a Pin object and a integer object as input and returns a pin object. That can be extended later to accept a string object, once named pins are supported. Signed-off-by: robert-hh <robert@hammelrath.com>