Child to Child VAR pointers
DynamoBen
Posts: 366
So in Spin (not PASM) I can share VAR pointers between parent -> child and child <- parent. What I'm wondering is if you can share between child <-> child? So in this case the parent would gather pointers from each child and then share them with each other.
Comments
Hmmm if that is the case I need to dig into my code more. I have a child object that is trying to write to another child objects buffer, it's not working and I suspect I've missed something. Thanks for the confirmation!