some optimization perhaps
silver13 opened this issue · 2 comments
silver13 commented
nrf24_multipro/nRF24_multipro/XN297_emu.ino
Line 140 in 869a6b4
sorry to open an issue, don't seem to know how to leave a comment lol
I think the line is equivalent to
msg[i] = bit_reverse(msg[i]^xn297_scramble[i+xn297_addr_len]) ;
goebish commented
I think you're right, I'll change it once (if 😛 ) I implement crc in receive.
silver13 commented
cool, haven't tested it