Library files for AD9106.

Revision:
2:d718e772d5a6
Parent:
1:10838ebbc223
Child:
3:909f157c982e
--- a/ad910x.h	Wed Mar 03 02:17:58 2021 +0000
+++ b/ad910x.h	Thu Mar 04 06:34:42 2021 +0000
@@ -12,7 +12,7 @@
  
         /*** SPI configuration & constructor ***/
         AD910x( PinName CSB = PG_10, PinName MOSI = PA_7, PinName MISO = PB_4, PinName SCK = PB_3,
-                PinName RESETB = PA_10, PinName TRIGGERB = PG_10 );
+                PinName RESETB = PG_11, PinName TRIGGERB = PG_10 );
      
         /*** SPI register addresses ***/
         uint16_t reg_add[66]={0x0000, 0x0001, 0x0002, 0x0003, 0x0004, 0x0005, 0x0006, 0x0007, 0x0008, 0x0009, 0x000a, 0x000b, 0x000c, 0x000d, 0x000e, 0x001f, 0x0020, 0x0022, 0x0023, 0x0024, 0x0025, 0x0026, 0x0027, 0x0028, 0x0029, 0x002a, 0x002b, 0x002c, 0x002d, 0x002e, 0x002f, 0x0030, 0x0031, 0x0032, 0x0033, 0x0034, 0x0035, 0x0036, 0x0037, 0x003e, 0x003f, 0x0040, 0x0041, 0x0042, 0x0043, 0x0044, 0x0045, 0x0047, 0x0050, 0x0051, 0x0052, 0x0053, 0x0054, 0x0055, 0x0056, 0x0057, 0x0058, 0x0059, 0x005a, 0x005b, 0x005c, 0x005d, 0x005e, 0x005f, 0x001e, 0x001d};