Hello, I am using an arduino to control an ad5206 through a web interface. My understanding is that the AD5206 allows for daisy chaining, so my next step, is to step my game up from 6 channels to 12 channels. Currently my web interface displays a "channel" for each related ad5206 channel. I would like to check how many channels are currently in the daisy chain, so that I can feed that value into a for loop, and generate the appropriate number of channels. My question is, is there something in the SPI library that would allow me to sort of "ping" the ad5206 channels so that my arduino would know how many channels are in my project, or is anybody here aware of a "hack" that would allow me to do such a task.
Thanks