I have a project where I have 16 LEDs and a RTC and a button connected to my UNO and I also used the lilypad. Hooked the RTC to A4 and A5 and the button to pin 11. I have been using pin 1 to drive an LED and one the program is uploaded, it works fine.
When building this exact project on the Pro Mini, I cannot get pin 1 in a low state to turn off the LED.
I know A6 and A7 are an input only in this board, but I cannot get those pins to recognize the button input. If I could relocate the button as in input to A6 or A7, then I could use Pin 11 to drive the LED. Any thoughts?
Additionally, Are the SDA and SCL pins on the Mini Pro wired differently that the A4 and A5 pins? Could I move my RTC to the SDA and SCL pins and then use A4 or A5 to drive the LED?
I wired the A7 pin with a resistor (100k) running between it and the ground. The button comes from VCC to the A7 pin. i believe this is a "Pull Down" configuration.
Why does the function of Pin 1 differ on the Uno/Decil as opposed to the MiniPro? I have been able to control Pin 1 (high/low) on the fulls size board, just not on the mini.... This is why I am trying to reconfigure everything.
DO I address A6 and A7 as pin number 20 and 21? Can't find much info on this...
I don't believe A6 and A7 are defined on the promini - but they are on the Nano? Fio?
Check those schematics, and try changing the board type that you select for programming.