You are reading a single comment by @Drarok and its replies. Click here to read the full conversation.
  • Is appears that only one of the LEDs can be sent a PWM signal at once – the following will result in only LED2 being lit. Is this a hardware limitation? Can't find anything definitive.

    analogWrite(LED1, 0.2);
    analogWrite(LED2, 0.15);
    
About

Avatar for Drarok @Drarok started