Hi all,
this weekend I've been experimenting with the 3 input plugs I received over the week. I'm using the inputdemo sketch for testing. It looks like always the same input pin is routed to the jeenode analog in, no matter what channel is selected. Most of the time it looks like input channel 11 (or 10 on the chip, it's zero-based) is selected. When I connect I11 to the ground the logged line shows 16 times a value of around 17. If connect any other input to the ground I get all high values (because of pull-up).
Commenting out the select(i) function call gives the same behavior. Putting a call select(0) before the loop also gives the same result.
So it looks like the mini ATmega is either dead, not-working or not programmed? Oh yes, once I got the same behavior with I13, but for the rest always I11. I suppose that just depends on the default output values of the mini ATmega after boot.
Anyone any suggestions?
