nrf24l01: Adding doxygen comments and image from seeed website

Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
John Van Drasek 2015-04-14 14:03:26 -07:00
parent 6abf66ddbc
commit dfac49ede0
2 changed files with 10 additions and 2 deletions

BIN
docs/images/nrf24l01.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

View File

@ -153,14 +153,22 @@ typedef enum {
/**
* @brief nrf24l01 transceiver library
* @defgroup nrf24l01 libupm-nrf24l01
* @ingroup seeed spi wifi
*/
/**
* @library libupm-nrf24l01
* @sensor nrf24l01
* @comname nrf24l01 transceiver library
* @type wifi
* @man seeed
* @web http://www.seeedstudio.com/depot/nRF24L01Module-p-1394.html
* @con spi
*
* @brief C++ API for NRF24l01 transceiver module
*
* This file defines the NRF24l01 C++ interface for libnrf24l01
*
* @ingroup nrf24l01
* @image html nrf24l01.jpg
* @snippet nrf24l01-receiver.cxx Interesting
* @snippet nrf24l01-transmitter.cxx Interesting
* @snippet nrf24l01-broadcast.cxx Interesting