Quote:
Originally Posted by Amanda_Theilman
The code only has one pointer to slot 4 channel 4
|
I'm 99% sure the code defaults to slot 4, so if your code has anything like this:
Code:
Servo/Victor/Whatever object = new Blah(4);
Would also produce the same error, whether you're including the slot argument or not.