-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RDM channel size from 3 to 4 #28
Comments
Hi @Jabadabado , Setting the 3 to a 4 here will change the number of channels it says it needs via RDM:
From a PWM output point of view, it's being done here: DmxSerial2/examples/RDMSerialRecv/RDMSerialRecv.ino Lines 43 to 58 in f4722df
And: DmxSerial2/examples/RDMSerialRecv/RDMSerialRecv.ino Lines 93 to 102 in f4722df
And DmxSerial2/examples/RDMSerialRecv/RDMSerialRecv.ino Lines 132 to 151 in f4722df
|
Hello, I'm a complete newbie to Arduino. Please write how to make 6 PWM channels on Arduino UNO. I beg you very much. I don't know how to edit code. THANK YOU VERY MUCH! |
The best you can do is learning programming and take the ownership of what you need and have done. |
Anyone knowing how to increase the number of channels from 3 to 4. The example have 3 channels, RGB for LED's, I would like to add an additional channel. I can't find where to change 3 to 4, anyone who knows where to change it?
The text was updated successfully, but these errors were encountered: