-
Notifications
You must be signed in to change notification settings - Fork 585
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
Improve support for AXP192 #2104
Conversation
Add support for all GPIO and LDO pins, fix some inconsistent namings
Start from scratch, because baseline has changed
How far is the code now from this one?https://github.com/nanoframework/nanoFramework.IoT.Device/tree/develop/devices/Axp192 |
There where only minor API changes, so where it was different it is still different. The main change was the addition of Read/Write of all GPIO ports, which was missing on the iot implementation before. The two implementations do have quite some differences, in particular nano uses properties for I/O, where Iot prefers Get/Set methods. |
Very small binding at the moment, but can be extended later. Sample will be provided when everything comes together
[Triage] @Ellerbach can you please take another look? |
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.
All up, looks good. I would have prefer to have both the .NET nanoFramework and the .NET IoT implementations aligned to ease reusability but I'm fine with this for the moment. AXP192 is very niche on the CPU world anyway.
Add support for all GPIO and LDO pins,
fix some inconsistent namings
Microsoft Reviewers: Open in CodeFlow