Hello,
I'm going to plug a bunch of sensors to my breadboard. I also bought CC3000 WiFi Shield for arduino (to send data from sensors to a server).
the shield uses all available sockets in Arduino. I'll solder my CC3000 shield with stackable headers (so I could plug jumper wires to the sensors on the breadboard).
Here is my question: after soldering and plugging/connecting everything, how to access my wifi shield and the sensors programmatically? (I mean for instance, how to read data from sensor, if there's a shield? How to make arduino read the sensor, but not the data from shield?).
I hope you understand what I mean :).
Regards.