mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
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:
parent
6abf66ddbc
commit
dfac49ede0
BIN
docs/images/nrf24l01.jpg
Executable file
BIN
docs/images/nrf24l01.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 105 KiB |
@ -153,14 +153,22 @@ typedef enum {
|
|||||||
/**
|
/**
|
||||||
* @brief nrf24l01 transceiver library
|
* @brief nrf24l01 transceiver library
|
||||||
* @defgroup nrf24l01 libupm-nrf24l01
|
* @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
|
* @brief C++ API for NRF24l01 transceiver module
|
||||||
*
|
*
|
||||||
* This file defines the NRF24l01 C++ interface for libnrf24l01
|
* This file defines the NRF24l01 C++ interface for libnrf24l01
|
||||||
*
|
*
|
||||||
* @ingroup nrf24l01
|
* @image html nrf24l01.jpg
|
||||||
* @snippet nrf24l01-receiver.cxx Interesting
|
* @snippet nrf24l01-receiver.cxx Interesting
|
||||||
* @snippet nrf24l01-transmitter.cxx Interesting
|
* @snippet nrf24l01-transmitter.cxx Interesting
|
||||||
* @snippet nrf24l01-broadcast.cxx Interesting
|
* @snippet nrf24l01-broadcast.cxx Interesting
|
||||||
|
Loading…
x
Reference in New Issue
Block a user