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

Revision:
10:b210cc8d6d41
Parent:
5:9221918730aa
Child:
12:6998bcb62025
--- 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: