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.
Dependencies: adi_console_menu platform_drivers
Diff: app/app_config.h
- Revision:
- 5:384997a66f58
- Parent:
- 1:63c505e13da4
diff -r ddef2e8cb4f7 -r 384997a66f58 app/app_config.h --- a/app/app_config.h Wed Feb 24 12:18:35 2021 +0000 +++ b/app/app_config.h Fri Jul 23 16:52:27 2021 +0530 @@ -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