nopnop2002 / esp-idf-mirf

nRF24L01 Driver for esp-idf
MIT License
59 stars 10 forks source link

Init with SPI not driven by menuconfig #9

Closed hcamacho4200 closed 7 months ago

hcamacho4200 commented 7 months ago

I am thinking it would be nice to be able to init the library without having to use menuconfig, taking configuration from the build system, and have that contained within the source code of the caller.

Looking for opinions on this before I create a PR.

HFC

nopnop2002 commented 7 months ago

If you create sdkconfig.defaults, there is no need to do memuconfig.

You can initialize the library without using menuconfig.

https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/kconfig.html