Hi,
Need your expert advise on a couple of issues I'm facing..
a. I'm trying to test a simple code with the basic capsense library on to the AtTiny85 (programmed using the Arduino UNO). I have a few questions on the pin configuration for the same..The library ( Arduino Playground - CapacitiveSensor) mentions,
CapacitiveSensor cs_4_2 = CapacitiveSensor(4,2); // 10 megohm resistor between pins 4 & 2, pin 2 is sensor pin, add wire, foil
When being implemented using an AtTiny85, which pins would these be...the analog inputs ie. legs 7 and 3 of the chip (i presume) or the legs 6 & 7 of the chip that correspond to the PWM and Analog_input1..
b. Though I'm able to load and execute code on the IDE, I do not get any output on the SerialPort screen (Cntrl+Shift+M). I have checked the baud rates and don't see any issue there...any ideas on where to look to fix the same?
Please advise..
Thanks
Shankar
