Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 5:47508d73dad2, committed 2021-07-19
- Comitter:
- scabatan
- Date:
- Mon Jul 19 05:06:33 2021 +0000
- Parent:
- 4:15b1cf1aa2b0
- Commit message:
- updated CSB pin
Changed in this revision
| ad910x.h | Show annotated file Show diff for this revision Revisions of this file | 
diff -r 15b1cf1aa2b0 -r 47508d73dad2 ad910x.h
--- 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 ***/