LonelyWolf / stm32

STM32 stuff
The Unlicense
949 stars 496 forks source link

Small issue with the nrf24l01 example polling transmitter code #17

Closed zigon15 closed 5 years ago

zigon15 commented 5 years ago

image I believe that should be nRF24_CE_L(); not nRF24_CE_H() ?

LonelyWolf commented 5 years ago

Yes, you are right. Thanks for the remark.

PS: spent a long time searching this in the code; then suddenly realized that it is the documentation... :trollface: