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:
16:b8a49ec95bad
Parent:
13:66c8e4ce4ff1
Child:
17:b8356808e8ad
--- a/libraries/ad7791/AD7791.cpp	Fri Apr 29 16:25:45 2016 +0300
+++ b/libraries/ad7791/AD7791.cpp	Fri Apr 29 17:16:55 2016 +0300
@@ -226,6 +226,7 @@
     } else {
         timeout_cnt = _CONTINOUS_CONVERSION_TIMEOUT; // starts timeout
     }
+    wait_us(1);
 
     while(miso) { // wait for the MISO pin to go low.
         if(timeout_cnt) {