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:
13:66c8e4ce4ff1
Parent:
10:b210cc8d6d41
--- a/libraries/ad7790/AD7790.h	Thu Apr 21 18:01:41 2016 +0300
+++ b/libraries/ad7790/AD7790.h	Fri Apr 29 16:19:00 2016 +0300
@@ -147,9 +147,10 @@
 #endif
 
 private:
+    DigitalIn miso;///< DigitalIn must be initialized before SPI to prevent pin MUX overwrite
     SPI ad7790;    ///< SPI instance of the AD7790
     DigitalOut cs; ///< DigitalOut instance for the chipselect of the AD7790
-    DigitalIn miso;
+
     float _vref;
     uint8_t _PGA_gain;
     bool _continous_conversion;