Open stef9998 opened 2 years ago
Hey mattdibi, first of all thank you for your work. I am planing to build a wireless numpad to use with the same receiver as the redox, which is why I am trying to understand the code.
So I was wondering, if this 10 in the Code is just MATRIX_ROWS https://github.com/mattdibi/redox-w-firmware/blob/a193645e1b7f70f1637878c5ae9830aebc2de828/redox-w-receiver-basic/main.c#L123 And should thereby be replaced with nrf_drv_uart_tx(matrix, MATRIX_ROWS);?
10
MATRIX_ROWS
nrf_drv_uart_tx(matrix, MATRIX_ROWS);
Hey mattdibi, first of all thank you for your work. I am planing to build a wireless numpad to use with the same receiver as the redox, which is why I am trying to understand the code.
So I was wondering, if this
10
in the Code is justMATRIX_ROWS
https://github.com/mattdibi/redox-w-firmware/blob/a193645e1b7f70f1637878c5ae9830aebc2de828/redox-w-receiver-basic/main.c#L123 And should thereby be replaced withnrf_drv_uart_tx(matrix, MATRIX_ROWS);
?