Control-Surface icon indicating copy to clipboard operation
Control-Surface copied to clipboard

Pulsaciones simultaneas maxima en una matrix

Open alomdj00 opened this issue 4 years ago • 3 comments
trafficstars

Hola, basicamente tengo dos preguntas.

  1. Cuantos botones se pueden presionar al mismo tiempo en una matrix?

  2. Si tengo dos matrices o mas, puedo usar los mismos pines de rows o de cols para ahorrar uno pines, o los pines tienen que ser diferentes entre la matrix1 y la matrix2.

Muchas gracias

Post your code Please post the full code required to answer your question. Post the code even if it doesn't work. In that case, also include a description of what you want the code it to do.

// Your code here

alomdj00 avatar Nov 30 '20 02:11 alomdj00

  1. If you have diodes in your matrix, as shown in the schematic in the example, you can press all buttons at once. Without diodes, you can only press one or two buttons at the same time.
  2. Yes, you can reuse either the column pins or the row pins, but not both. You're essentially just creating a larger matrix.

tttapa avatar Nov 30 '20 14:11 tttapa

Puedo utilizar multiplexores para las entradas de la matriz, las columnas

alomdj00 avatar Nov 30 '20 17:11 alomdj00

Yes, but not for the outputs.

tttapa avatar Nov 30 '20 17:11 tttapa