|
Re: EasyC Wish List
Sorry, its not possible. Pointers were intentionally not supported this year because we were trying to keep things as simple as possible for the user. The only occurrence of pointers is the in the camera capture code and was necessitated by the complexity of the camera.
But it doesn't hurt to write it on the wish list and keep your fingers crossed! Santa might be kind next year.
On the other hand, if you are looking to get your PWM, Relay, and output values into variables, that is very easy. Instead of trying to get the values out of Tank2() or OIToRelay(), use the OI Digital Input and OI Analog Input blocks from the RC group. Those get the values directly from your controls and joysticks. The only thing you can't do, is get the 'post mixed' values being sent to your drive motors from the Arcade2() and Arcade4() functions.
Last edited by intelitek_Chris : 16-03-2006 at 08:28.
|