I have a Raspberry Pi 2 B with a MikroElektronika Pi Click 3 shield with a Click Force add-on board. I installed Raspbian Stretch and enabled SPI devices. The Pi Click 3 shield has a MCP3204 ADC on it and the Click Force add-on board feeds an analog signal to either channel 1 or 2. There is a dip switch on the Pi Click shield that allows you to bypass the ADC and send the signal directly to one of the Pi's GPIOs. I have verified that the dip switch is set to send the signal to the ADC. I have run the sample code available from MikroElektronika and it outputs all zeros. I also looked up another example and used their code, which wasn't really that different and got the same result. The fact that they are all identically zeros is suspect to me. I'm not sure what to do to problem solve this issue. Any ideas? This is my first Raspberry Pi project, and I thought it was going to be easy going with the MikroElektronika boards, but there is basically no information for these with respect to Raspberry Pis.