diff --git a/docs/images/nrf8001.jpg b/docs/images/nrf8001.jpg new file mode 100755 index 00000000..ee6f5e5e Binary files /dev/null and b/docs/images/nrf8001.jpg differ diff --git a/src/nrf8001/nrf8001.h b/src/nrf8001/nrf8001.h index c8122055..451cb7ae 100644 --- a/src/nrf8001/nrf8001.h +++ b/src/nrf8001/nrf8001.h @@ -23,20 +23,18 @@ */ /** - * @file - * @brief C++ API for the Nordic Semiconductor NRF8001 Bluetooth Low Energy - * @ingroup nrf8001 - */ - -/** + * @brief nrf8001 Bluetooth Low Energy library * @defgroup nrf8001 libupm-nrf8001 - * @ingroup wifi - * + * @ingroup adafruit wifi aio gpio spi + */ +/** + * @library libupm-nrf8001 * @sensor nrf8001 - * @comname NRF8001 Bluetooth Low Energy + * @comname Bluetooth Low Energy * @type wifi * @man adafruit - * @con spi + * @web https://learn.adafruit.com/getting-started-with-the-nrf8001-bluefruit-le-breakout/introduction + * @con spi gpio aio * * @brief nrf8001 Bluetooth Low Energy library * @@ -46,10 +44,10 @@ * Android 4.3 for Samsung Galaxy S4 to interact with a microcontroller running * the 'hello world' example. * + * @image html nrf8001.jpg * @snippet nrf8001-helloworld.cxx Interesting * @snippet nrf8001-broadcast.cxx Interesting */ - #pragma once #include