Access data between Objects
Don't have much memory left, so can't rearrange PUB's. What would a function look like to access data from a DAT block of one Object, and pass it to another Object?
Thanks, donde
Thanks, donde
Comments
donde
Remember that this has nothing to do with whether you're using multiple cogs. If you have two cogs, both attempting to reference the same variable at the same time, you're going to get into trouble whether the variables are all contained and referenced in one object or many objects. These are separate issues.
donde