-
Notifications
You must be signed in to change notification settings - Fork 239
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
Add support for M5Stack Core2 v1.1 #1324
Add support for M5Stack Core2 v1.1 #1324
Conversation
@@ -70,7 +72,14 @@ export default function (done) { | |||
}; | |||
|
|||
// power | |||
globalThis.power = new Power(); | |||
debugger; |
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.
Please remove the debugger
statement.
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.
(Oops) fixed!
Welcome to @RChikamura! Thank you both for the PR. After we receive the CLA, we will look at merging this. |
This has been merged. Thank you! |
This is a pull request to support the minor update version v1.1 of the M5Stack Core2.
In v1.1, the power management IC has been changed from AXP192 to AXP2101 (which is also used in M5Stack CoreS3).
This change has been tested by writing the piu/balls demo to M5Stack v1.0, v1.1, and M5Stack CoreS3, and confirming its operation.
This PR was created with the cooperation of a new contributor, @RChikamura . He has been instructed to submit a CLA.