Example program for EVAL-AD5770R

Dependencies:   adi_console_menu platform_drivers

Revision:
5:f3d7cf95cd8f
Parent:
1:63c505e13da4
--- a/app/app_config.h	Wed Feb 24 12:18:35 2021 +0000
+++ b/app/app_config.h	Tue Aug 03 17:34:58 2021 +0100
@@ -4,7 +4,7 @@
  *   @brief  Configuration file of AD5770R firmware example program
 ******************************************************************************
  *
-Copyright (c) 2020 Analog Devices, Inc. All Rights Reserved.
+Copyright (c) 2020-2021 Analog Devices, Inc. All Rights Reserved.
 
 This software is proprietary to Analog Devices, Inc. and its licensors.
 By using this software you agree to the terms of the associated
@@ -33,8 +33,8 @@
 // Pin mapping of AD5770R with SDP-K1/Arduino
 #ifdef ARDUINO
 #define SPI_SS		D10		// SPI_CS
-#define SPI_MISO	D11		// SPI_MOSI
-#define SPI_MOSI	D12		// SPI_MISO
+#define SPI_MISO	D12		// SPI_MOSI
+#define SPI_MOSI	D11		// SPI_MISO
 #define SPI_SCK		D13		// SPI_SCK
 #define HW_LDACB        D2
 #else