Skip to content

fix for https://github.com/adafruit/circuitpython/issues/3534 #3535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 10, 2020

Conversation

ladyada
Copy link
Member

@ladyada ladyada commented Oct 10, 2020

@anecdata plz try!

@anecdata
Copy link
Member

Looks good to me. Thanks!

Press any key to enter the REPL. Use CTRL-D to reload.
Adafruit CircuitPython 6.0.0-beta.2-57-g70a94c8d2 on 2020-10-10; Adafruit Matrix Portal M4 with samd51j19
>>> import board
>>> i2c = board.I2C()
>>> 
>>> # just for grins...
>>> 
>>> i2c.deinit()
>>> import busio
>>> i2c = busio.I2C(board.SCL, board.SDA)
>>> i2c = board.I2C()
>>> i2c
<I2C>

Copy link

@jepler jepler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Took a glance at pins.c and it matches

@jepler jepler merged commit 40a3d11 into adafruit:main Oct 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants