Hey guys. I am new to this group and found the RCKit online and it appears as though it is exactly what I need however, I am having a problem compiling the example code.
I added the library and and trying to compile the 'RCRxWiShield' sketch and get the following errors:
C:\Program Files (x86)\Arduino\libraries\RCKit\AccelStepperPositionSetter.cpp: In member function 'virtual void AccelStepperPositionSetter::input(int)':
C:\Program Files (x86)\Arduino\libraries\RCKit\AccelStepperPositionSetter.cpp:23: error: invalid use of incomplete type 'struct AccelStepper'
C:\Program Files (x86)\Arduino\libraries\RCKit\/AccelStepperPositionSetter.h:14: error: forward declaration of 'struct AccelStepper'
I wanted to ask around here before I start jacking up the cpp files to get it to work.
Here is what I am trying to do:
I have a Arduino Due with the WiShield. I am trying to connect it to the Sabertooth2x25 for dual motor controls. I see there is a Differential drive example (which gives me the same errors) but I dont think I need that since the Sabertooth does this part for me.
Can anyone point me in the direction as to what I should do?
Thanks!