Shop OBEX P1 Docs P2 Docs Learn Events
Universal NRF24L01 Library — Parallax Forums

Universal NRF24L01 Library

Luis DigitalLuis Digital Posts: 371
edited 2012-04-20 15:03 in Propeller 1
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.

Comments

  • jazzedjazzed Posts: 11,803
    edited 2012-04-17 07:41
    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.

    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
  • Luis DigitalLuis Digital Posts: 371
    edited 2012-04-18 05:52
    "universar/l"
    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.
  • Luis DigitalLuis Digital Posts: 371
    edited 2012-04-20 15:03
    Hello!

    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. :)
Sign In or Register to comment.