stm32_hal_nrf24l01p icon indicating copy to clipboard operation
stm32_hal_nrf24l01p copied to clipboard

nRF24L01+ library with STM32 HAL driver

Results 1 stm32_hal_nrf24l01p issues
Sort by recently updated
recently updated
newest added

I'm looking at your code and see that the `read_register` function seems to only work for commands that return single byte responses: ```c static uint8_t read_register(uint8_t reg) { uint8_t command...