Very simple question :
Will doing this damage my arduino due board if I'm reading the 53 pin as an input?
I am wondering about this because of a button panel and I'm worrying about short circuiting something that way.
If it will damage the board, how to prevent from that? A resistor?
I just thought I wasn't going to use 3.3V because I actually have a 4x4 button panel with 8 pins.
Pins 1..4 are defining the vertical row while 5..8 are defining the horizontal row.
I'd plug 5..8 as an output and 1..4 as an input and check 1..4 inputs for every vertical row.
So, new question, will shorting an output pin to an input pin damage the board? (Hope that's the last question on the matter, haha).
Alright - Got it working without damaging anything as excepted.
I've wrote a very simple lib instead of using keypad's. Here's the source if you're interested.
The issue I'm getting is a random noise when reading the input.
I knew that was a thing but I have no idea how to fix it because because of that the input is barely usable.
Since that's most likely due (pun not intended) to how arduino read input, is there any way to fix it? I know there should be a resistor connected to the ground (or something like that), but I'd bet I'd destroy a pin (pardon my paranoïd brain, ehe) and I don't think I can do it with those buttons?
Thank you, it's working fine now.
I'll improve a bit my library to make it working with INPUT_PULLUP, because until i'm pressing a key on the row all its row is taken as on.