mpaland/printf

printf coexistence with RF24's library implementation

alw1746 opened this issue · 0 comments

There is a printf.h included with the RF24 library and it overrides your printf implementation. I removed the RF24 version and your printf statements now work. But the RF24 APIs no longer display output anymore eg. radio.printDetails(); does not show anything to Serial monitor. Is there some way your printf can override or coexist with RF24's implementation? Or is this a question for the RF24 author? I tried copying your .h and .cpp files to RF24 but same result - no output.