Open
Description
Reference:
https://forums.adafruit.com/viewtopic.php?f=62&t=146612&p=727668#p727280
Modified example taken from above.
void setup() {
analogReadResolution(12);
analogWriteResolution(12);
analogWrite(A0,2000);
delay(1000);
}
void loop() {
int a2count = analogRead(A2);
delay(50);
analogWrite(A1,a2count);
}
Confirmed odd behavior with above simple example, but reduced initial delay in setup() to 1 sec.
Metadata
Metadata
Assignees
Labels
No labels