A collection of Analog Devices drivers for the mbed platform

For additional information check out the mbed page of the Analog Devices wiki: https://wiki.analog.com/resources/tools-software/mbed-drivers-all

Files at this revision

API Documentation at this revision

Comitter:
Adrian Suciu
Date:
Thu Apr 21 16:46:15 2016 +0300
Parent:
9:24df0f89be2e
Child:
11:2e67c719ce37
Commit message:
Fix for DoxyGen on mbed API Documentation page

Changed in this revision

libraries/ad7790/AD7790.h Show annotated file Show diff for this revision Revisions of this file
--- a/libraries/ad7790/AD7790.h	Thu Apr 21 16:25:52 2016 +0300
+++ b/libraries/ad7790/AD7790.h	Thu Apr 21 16:46:15 2016 +0300
@@ -51,15 +51,15 @@
 #include "mbed.h"
 
 /**
- * @brief Analog Devices AD7790 SPI 16-bit Buffered Sigma-Delta ADC
- */
-
-/**
  * Comment this line if you want to turn off the debug mode.
  * The debug mode will send a message if an exception occurs within AD7790 driver
  */
+
 #define AD7790_DEBUG_MODE
 
+/**
+ * @brief Analog Devices AD7790 SPI 16-bit Buffered Sigma-Delta ADC
+ */
 class AD7790
 {
 public: