mciupak / nrf24

nrf24l01 linux device driver
GNU General Public License v3.0
23 stars 13 forks source link

Implementation W_ACK_PAYLOAD command #7

Open gmgkostik opened 5 years ago

gmgkostik commented 5 years ago

Do you have plan implement W_ACK_PAYLOAD command?

mciupak commented 5 years ago

Configfs should be implemented first in order to be able to decide if driver should use W_ACK_PAYLOAD or any other command, because now it would have to be hard coded in the driver. There are already some hard coded settings which I am not happy with, thus configfs is needed to give user possibility co configure behavior of the driver.

I will try to update TODO file in a while.