-
Notifications
You must be signed in to change notification settings - Fork 63
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
made sda and scl public for i2c interfaces #151
Conversation
Please add this to the changelog. |
c4c6fb3
to
79186f9
Compare
Done. Also fixed a screwup. Apologies. Will fix the MSRV break in a moment. |
Nope. Fix did not work. Help figuring this out appreciated. MSRV workflow exits with status 101, no obvious log message I could see. |
Looks like the version of Shall we update the MSRV of this, or shall I try to get a fix in upstream? |
Weird, what changed to break that? Personally I don't mind updating the MSRV, but I'd like to understand what caused it to break. |
Looks like the version of |
79186f9
to
efe5387
Compare
CHANGELOG.md
Outdated
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). | |||
- Set MSRV for `microbit` and `microbit-v2` crates. | |||
- Bumped MSRV to 1.79.0. | |||
|
|||
## [0.15.1] - 2024-07-30 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should include the items under the 'Unreleased' heading above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. Fixed, thanks much.
efe5387
to
f3e705e
Compare
Made the
sda
andscl
pins in the variousI2c
Pins
struct public.Closes #150