Library files for EVAL-AD910x

Dependents:   EVAL-AD910x

Revision:
5:47508d73dad2
Parent:
4:15b1cf1aa2b0
--- a/ad910x.h	Sat Apr 10 10:45:39 2021 +0000
+++ b/ad910x.h	Mon Jul 19 05:06:33 2021 +0000
@@ -27,7 +27,7 @@
         DigitalOut( triggerb ); /// DigitalOut instance for AD910x trigger pin
  
         /*** 4-Wire SPI, Reset, and Trigger configuration & constructor ***/
-        AD910x( PinName CSB = PG_10, PinName MOSI = PA_7, PinName MISO = PB_4, PinName SCK = PB_3,
+        AD910x( PinName CSB = PA_15, PinName MOSI = PA_7, PinName MISO = PB_4, PinName SCK = PB_3,
                 PinName RESETB = PG_11, PinName TRIGGERB = PG_10 );
      
         /*** SPI register addresses ***/