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/ad717x_console_app.h
- Revision:
- 4:4592cc69bfa6
- Parent:
- 1:48914f9593f1
diff -r 6c7324997606 -r 4592cc69bfa6 app/ad717x_console_app.h --- a/app/ad717x_console_app.h Tue Apr 14 18:14:29 2020 +0000 +++ b/app/ad717x_console_app.h Mon Aug 03 15:02:37 2020 +0530 @@ -39,6 +39,7 @@ // Define the number of channels for selected device #if defined(DEV_AD4111) || defined(DEV_AD4112) || \ + defined(DEV_AD4114) || defined(DEV_AD4115) || \ defined(DEV_AD7173_8) || defined(DEV_AD7175_8) #define NUMBER_OF_CHANNELS 16U #elif defined(DEV_AD7172_4) @@ -50,6 +51,7 @@ // Define the number of setups for selected device #if defined(DEV_AD4111) || defined(DEV_AD4112) || \ + defined(DEV_AD4114) || defined(DEV_AD4115) || \ defined(DEV_AD7173_8) || defined(DEV_AD7172_4) || \ defined(DEV_AD7175_8) #define NUMBER_OF_SETUPS 8U