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:
5:9221918730aa
Parent:
4:5c1b28aff7e1
Child:
10:b210cc8d6d41
--- a/libraries/ad7790/AD7790.h	Tue Apr 19 17:55:14 2016 +0300
+++ b/libraries/ad7790/AD7790.h	Wed Apr 20 11:31:07 2016 +0300
@@ -146,10 +146,9 @@
     operator float();
 #endif
 
+private:
     SPI ad7790;    ///< SPI instance of the AD7790
     DigitalOut cs; ///< DigitalOut instance for the chipselect of the AD7790
-
-private:
     DigitalIn miso;
     float _vref;
     uint8_t _PGA_gain;