maniacbug / RF24

Arduino driver for nRF24L01
http://maniacbug.github.com/RF24
950 stars 770 forks source link

fatal error: printf.h: No such file or directory #84

Open jay710926 opened 7 years ago

jay710926 commented 7 years ago

but i have printf.h, what problem?

ceserik commented 6 years ago

I think you need to have Printf.h in the same folder as your program , try to open Arduino\libraries\RF24-master\examples\GettingStarted ,and try to compile it

Devorius-Nagara commented 2 years ago

I think you need to have Printf.h in the same folder as your program , try to open Arduino\libraries\RF24-master\examples\GettingStarted ,and try to compile it

I have an identical problem, and this file is in the same place, can you explain in more detail how to fix this error?