analogWrite in loop() seems to interfere with digitalWrite in serialEvent() [imported] #1091
Labels
Type: Invalid
Off topic for this repository, or a bug report determined to not actually represent a bug
This is Issue 1091 moved from a Google Code project.
Added by 2012-11-01T02:46:10.000Z by [email protected].
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Defect, Priority-Medium
Original description
If I remove delay(1) from the loop, the serial routine works, but the LEDs do not go on or off. If I remove both delay(1) and analogWrite(11, val) then the LEDs work. The LEDs also work if loop() is blank.
The text was updated successfully, but these errors were encountered: