You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue with those PWM / Analog pins (like the pin10).
If I change the "LattePandaFirmataDemo" so that I'm controlling PWM on pin 10 like this:
Hello,
I have an issue with those PWM / Analog pins (like the pin10).
If I change the "LattePandaFirmataDemo" so that I'm controlling PWM on pin 10 like this:
arduino.pinMode(10, Arduino.PWM);
arduino.analogWrite(10, bar.Value);
my LED lights up ONLY when the slider is on the right and I'm sending 255, nothing happens in-between. The app gets very unresponsive as well.
This issue doesn't appear if I use pin11 which is not overloaded by any Analog pin.
The text was updated successfully, but these errors were encountered: