I'm working on a code that will allow stepper motors to be used with my Futaba Transmitter. Right up to this line below, and no matter what i do, which expression i use I get an expected primary-expression error.
C:\Users\pawly\OneDrive\Personal\Arduino\Tx_Rx_Stepper\Tx_Rx_Stepper.ino: In function 'void setup()':
C:\Users\pawly\OneDrive\Personal\Arduino\Tx_Rx_Stepper\Tx_Rx_Stepper.ino:35:42: error: expected primary-expression before ';' token
for (int o Dir4,o MS18,pinMode;o++ Output;);
^
I will only echo what @lastchancename wrote: there are many excellent tutorials on the web which will teach you the basics of programming in C, and many that deal with the Arduino as well. I urge you to make use of one of them.