|
Re: Drive() Not a Standard Toolset in EasyC?
Actually, the drive functions are so cool that they are included in easyC, though probably not how you would have expected. They have been written completely in easyC, and are available as an easyC library. You can read more about libraries in the help file.
Just go to open file, and choose library as the file type. Your directory will switch to the default library directory. Select the library called 'drive functions', and take a look at it. It will have imported a number of user functions and variables that you can use in any program you have written.
To learn more about that, take a look at 'importing functions' in the help file.
|