mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 01:10:36 +02:00
Taking the address assumes that the pin is an object (eg a struct), but it could be a literal (eg an int). Not taking the address makes this driver more general for other uses.