nrf24le1-libbcm2835 icon indicating copy to clipboard operation
nrf24le1-libbcm2835 copied to clipboard

A powerful userspace command-line tool to interface with Nordic's nRF24LE1 through SPI bus. Currently made for RaspberryPi.

Results 1 nrf24le1-libbcm2835 issues
Sort by recently updated
recently updated
newest added

Shouldn't there be an "else" for the following "if" to return 1? https://github.com/derekstavis/nrf24le1-libbcm2835/blob/db8f6cd67f45137cb154dc57f719afa17af65bfe/main.c#L374 Right now if the program fails (for instance failed to set enable bit) it will return 0,...