Purely hypothetical, prone to errors and misconceptions on my part, but here goes:
Let's say I have an Uno connected to a shield which is connected to a Leonardo which is connected to a shield which is connected to another shield; in short, a sort of daisy chain where the output of something feeds the input to something else. Maybe that's do-able, I don't know.
When it comes to writing the code do I write something specific for each component's inputs and which spits output out? Again, if that's viable do I need to upload each bit of code to the individual cards, one by one? I ask because I don't actually have any cards yet so I'm thinking ahead to how you do things now. It's possible the starter kit might lead me through this. I did download the Arduino IDE and I can see a menu of devices that you nominate to receive the code that's compiled which leads me to think you write specifically and upload to where it needs to go specifically.
Or do you upload once to the first card and it takes what it needs and throws the rest to the next. Sorry, I know this is probably a naff question but I'd like to understand more about the uploading process before I buy any cards. TIA.