![]() |
Programming EasyC
I am trying to use a digital I/O on the vex microcontroller to control a spike. Can someone help me with the programming. I understand all the drive functions, but dont understand how to use the digital to turn a spike on and off in easyC.
Thanks |
Re: Programming EasyC
I don't know easyC, but I assume you know how to control digital outputs.
Referencing the Users Guide on the Spike product info page, the input cable to the Spike is wired so that the White (or Yellow or Orange) wire is the Forward signal, the Red wire is the Reverse signal, and the Black wire is ground. So you'll need to use two digital outputs and create a cable like such: Code:
,--W \Hope that answers your question --Ryan |
Re: Programming EasyC
Using Ryan's wiring the code might look something like this:
Code:
Channel5=Get RxInput (1,5); |
Re: Programming EasyC
thank you both, i will try this.
|
| All times are GMT -5. The time now is 03:31. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi