-
-
Notifications
You must be signed in to change notification settings - Fork 79
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 OPAMP library for Uno R4 (WiFi, Minima) #97
Conversation
Multiple naming and code formatting changes. Co-authored-by: per1234 <[email protected]>
Requested changes have been made. Thanks!
The PNG images in this PR can be compressed by 66% (-171KB) without visible quality degradation. Tool used: https://tinypng.com/, alternative: https://compresspng.com/ |
.. addressed in maxgerhardt@c84a823. |
Memory usage change @ c84a823
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.
Good work @maxgerhardt ☕ 👋 We are mostly there, a couple of changes and I see this as good to merge.
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.
I feel we are approaching the finish line, @maxgerhardt please resolve the final comments, I'll give it another look-over and then I believe we can merge.
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.
We are getting there, but still a lot of const-correctness issues (lack of using const
).
As noted before, I do not compromise on any method to improve the safety of using C++.
Add more const correctness Co-authored-by: Alexander Entinger <[email protected]>
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.
LGTM 👍 Thank you for all your work @maxgerhardt 🚀
[AE-96] Add RTC NTP Sync Example
[AE-96] Add RTC NTP Sync Example Former-commit-id: dcd5e7f
Resolves #23
Adds an OPAMP library for the Arduino Uno R4 WiFi and Minima boards. Portenta C33's chip does not have an OPAMP.
Does not rely on Renesas FSP code, writes to OPAMP registers directly, to save codesize.
Only supports starting the OPAMP, none of the fancier modes for AGC links / trigger inputs / start ADCs. Very simple.
Verified to be working on hardware using a MAX038-based function generator, Hantek 6022BL 2-channel oscilloscope and the basic "voltage follower" and "non-inverting amplifier" with gain 2 circuits. Output is channel 1 (yellow), input is channel 2 (green).