Displays user interactions with menus displayed on a console or a serial terminal.

Dependents:   EVAL-AD568x-AD569x EVAL-AD7124 EVAL-AD5592R EVAL-AD717x-AD411x ... more

Revision:
3:b491377501ce
Parent:
1:dcc17e5a913f
Child:
4:ced4fa6875ed
--- a/adi_console_menu.h	Fri Mar 27 18:55:32 2020 +0000
+++ b/adi_console_menu.h	Fri Feb 19 09:25:57 2021 +0000
@@ -6,7 +6,7 @@
 
   @details:
  -----------------------------------------------------------------------------
- Copyright (c) 2019, 2020 Analog Devices, Inc.
+ Copyright (c) 2019-2021 Analog Devices, Inc.
  All rights reserved.
 
  This software is proprietary to Analog Devices, Inc. and its licensors.
@@ -29,6 +29,9 @@
 
 #define EOL "\r\n"
 
+/* ANSI VT100 escape sequence codes */
+#define VT100_MOVE_UP_1_LINE	"\033[A"
+
 #ifndef ARRAY_SIZE
 #define ARRAY_SIZE(x) ((sizeof (x)) / (sizeof ((x)[0])))
 #endif