redox-w-firmware
redox-w-firmware copied to clipboard
Code question
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);
?