Replies: 1 comment
-
Ask ChatGPT, why this does not work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can I disable all timers?
I only want to receive IR and control two motors with PWM (pins: 10, 11, 5, 6) with analogWrite(pin, value);
According to ChatGPT, it should work with
#define IR_RECEIVE_ONLY
#define USE_NO_SEND_PWM
#include <IRremote.hpp>
Unfortunately, it doesn't work. Is there a solution for this?
Arduino UNO, IDE 2.3.6, IRremote : 4.4.3 (IRremote Version: 4.4.2)
Beta Was this translation helpful? Give feedback.
All reactions