Quote:
|
Originally Posted by TubaMorg
I've updated our EasyC with the new libraries. To test I added
InitPressureSwitch(1,2);
to our code and built it. It returned no errors but a warning that the above function call had no prototype. I'm not sure how to rectify this with EasyC, any thoughts?
|
You should also replace the UserAPI.h file to get the new functions to be available in your version of EasyC. Then if you reference the function there won't be any warnings.
There are additional functions in Builtins.h that you might also want to use. They are documented (mostly) in the PDF file.