Skip to content

Add OPAMP library for Uno R4 (WiFi, Minima) #97

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

Merged
merged 23 commits into from
Sep 15, 2023
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
0379ba3
Add files via upload
maxgerhardt Aug 12, 2023
73d77f2
Declare architecture properly
maxgerhardt Aug 12, 2023
1c60323
Add OPAMP examples to CI
maxgerhardt Aug 12, 2023
e8a6cab
Fix CI
maxgerhardt Aug 12, 2023
8893eb9
Add files via upload
maxgerhardt Aug 12, 2023
c7ecddc
Add Fritzing circuit
maxgerhardt Aug 12, 2023
e37f4b0
Fix schematic
maxgerhardt Aug 12, 2023
12b7b85
Apply suggestions from code review
maxgerhardt Aug 12, 2023
c84a823
Minify PNGs
maxgerhardt Aug 13, 2023
8bc14eb
Merge branch 'main' into main
maxgerhardt Sep 1, 2023
c6f564e
Dont compile OTA examples for stable version
maxgerhardt Sep 1, 2023
18a59a5
Merge branch 'arduino:main' into main
maxgerhardt Sep 5, 2023
57c7f97
Revert removal of OTAUpdate CI run
maxgerhardt Sep 5, 2023
ef3472a
Rework begin(), end() to use channel masks, create isRunning() instead
maxgerhardt Sep 5, 2023
2720ef5
Add newline at end of file
maxgerhardt Sep 5, 2023
35d2d6e
Unify usage of space before brace for if, for
maxgerhardt Sep 5, 2023
7434247
Explain OPAMP channel pins in sketch code
maxgerhardt Sep 5, 2023
f340349
Center images and adjust size (can be further readjusted).
aentinger Sep 6, 2023
1098501
Replace default arguments with overloaded functions
maxgerhardt Sep 13, 2023
6dd13b1
Use const on all uint8_t params
maxgerhardt Sep 13, 2023
1ad825b
Make macro name more explicit, use official product name
maxgerhardt Sep 13, 2023
5a43138
Merge branch 'main' into main
aentinger Sep 14, 2023
9f82290
Apply suggestions from code review
maxgerhardt Sep 14, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ jobs:
fqbn: "arduino:renesas_uno:unor4wifi"
additional-sketch-paths: |
- libraries/WiFiS3
- libraries/OTAUpdate
- board:
fqbn: "arduino-git:renesas:unor4wifi"
additional-sketch-paths: |
Expand Down