You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
redox-w-firmware/redox-w-receiver-basic/main.c
Line 123 in a193645
And should thereby be replaced with
nrf_drv_uart_tx(matrix, MATRIX_ROWS);
?The text was updated successfully, but these errors were encountered: