Universal NRF24L01 Library
Luis Digital
Posts: 371
Hello,
I'm working in a library for NRF24x01 chips, and I uploaded the documentation, so you help me to correct spelling / translation.
It is also the first time I use Doxygen, so any advice is welcome.
Thanks in advance.
I'm working in a library for NRF24x01 chips, and I uploaded the documentation, so you help me to correct spelling / translation.
It is also the first time I use Doxygen, so any advice is welcome.
Thanks in advance.
Comments
Hi Luis.
Looking at your Doxygen pages:
On main page, "universar" should be "universal"
I looked through your functions and didn't see any spelling errors.
Function parameter explanations are short, but probably good enough.
When you say 3..5 do you mean values can be 3, 4, or 5 ?
Maybe such parameters should be enum.
--Steve
Thanks, is misspelled in both languages.
"When you say 3..5 do you mean values can be 3, 4, or 5 ?"
Yes.
"Maybe such parameters should be enum."
I take care of that in the code, but I also see that option.
I'll try to post the code tomorrow.
4 projects, 3 for LPCXpresso (NXP chips), and one for SimpleIDE (Propeller chip).
An example sends the string "Hola", and others receive.
LED blinks when receives the right information, and blink when the transmitter is sending.
Download your copy today, free of charge.