How to return values and files from object-exchange objects?
Dan E
Posts: 61
After reading the propeller manual I have an idea of how to call an object inside of another object, but not how to make it return the values or files I need. It would be helpful if someone could give me a few pointers, or let me know if there are any critical problems they see in my present code.
Thanks,
Dan E
Thanks,
Dan E
Comments
In the objects you use you will see available external functions with PUB declarations.
There you see the needed inputs, and at the bottom of the function you should see the return result.
Often objects need to be started before full use (serial, SD, keyboard...)