Connecting two different codes
Sposht42we
Posts: 6
How would I go about connecting two or more different codes together to use several different components in one source code?
Comments
This question is pretty open ended. It's kind of like asking "how do I program?".
The way code is combined depends a lot on what the code does and how the methods are called. Often it's as easy as including the object you want to use in the OBJ section of the program and calling the Start or Init method of the object.
Have you looked at the Propeller Education Kit (PEK) in the "Help" section of the Propeller Tool? It walks you through a lot this sort of stuff. I have links to other Propeller tutorials in post #3 of my index (see my signature).