We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d2d6e commit 7434247Copy full SHA for 7434247
libraries/OPAMP/examples/start_opamp/start_opamp.ino
@@ -3,7 +3,10 @@
3
void setup () {
4
Serial.begin(9600);
5
delay(2000); // serial monitor delay
6
- // activate OPAMP
+ // activate OPAMP, default channel 0
7
+ // Plus: Analog A1
8
+ // Minus: Analog A2
9
+ // Output: Analog A3
10
if (!OPAMP.begin(OPAMP_SPEED_HIGHSPEED)) {
11
Serial.println("Failed to start OPAMP!");
12
}
0 commit comments