-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fixing ADC initialization function to work properly on Portenta H7 #48
Fixing ADC initialization function to work properly on Portenta H7 #48
Conversation
Memory usage change @ 123f0c1
Click for full report table
Click for full report CSV
|
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.
Hey @leonardocavagnis I've reviewed the documentation part and it looks great. Left some small suggestions :)
Memory usage change @ 7a21328
Click for full report table
Click for full report CSV
|
Hi @leonardocavagnis can you please squash all of the docs update commits into one commit ? |
Update docs/readme.md Update docs/readme.md Update docs/readme.md Update docs/readme.md update docs/readme.md: add multichannel description doc: update README.md doc: update doc/readme.md Co-Authored-By: Karl Söderby <[email protected]>
7a21328
to
0bf0e0a
Compare
Memory usage change @ 0bf0e0a
Click for full report table
Click for full report CSV
|
@karlsoderby @leonardocavagnis Why are we removing most of the |
I removed it according to the Arduino Library guideline. Most of the information has been moved in the |
Update src/AdvancedADC.cpp Update src/AdvancedADC.cpp Update src/AdvancedADC.cpp Update src/AdvancedADC.cpp Update src/AdvancedADC.cpp Update src/AdvancedADC.cpp Update src/AdvancedADC.cpp Update src/AdvancedADC.cpp Update src/HALConfig.cpp Update src/AdvancedADC.cpp Update src/AdvancedADC.cpp Co-Authored-By: Ibrahim Abdelkader <[email protected]>
854e744
to
065318b
Compare
Memory usage change @ 065318b
Click for full report table
Click for full report CSV
|
Main changes:
adc.begin()
function to allow properly working on Portenta H7adc.begin()
functionREADME.md
according to the Arduino library guidelinedocs/readme.md
The PR is based on the ArduinoCore-mbed patch related to arduino/mbed-os PR#34.
Please,
@iabdalkader take a look to
adc.begin()
modifies@karlsoderby check if
docs/readme.md
sounds good for you