mattdibi / redox-w-firmware

Firmware for nordic MCUs used in the Redox wireless keyboard
MIT License
73 stars 42 forks source link

Code question #28

Open stef9998 opened 2 years ago

stef9998 commented 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);?