MAXREFDES63# Code Documentation
V01.00
8-Channel Digital Output MicroPLC
|
Go to the source code of this file.
Functions | |
void | maxim_menu_cls () |
Function to clear the screen via Hyperterminal. | |
void | maxim_menu_print_maxim_banner () |
Print standard Maxim banner at top of Hyperterminal screen. | |
void | maxim_menu_print_maxim_banner_big () |
Print large Maxim banner at top of Hyperterminal screen. | |
void | maxim_menu_print_prompt () |
Print a standard prompt for keyboard input " > ". | |
void | maxim_menu_print_line () |
Print one line of dashes across the screen via Hyperterminal. | |
uint8_t | maxim_menu_retrieve_keypress () |
Get a single keypress via Hyperterminal. | |
void | maxim_menu_print_main_menu () |
Print the main menu listing choice of module to test. | |
void | maxim_menu_print_configuration_description () |
Print configuration byte description. | |
void | maxim_menu_print_output_data_description () |
Print output data byte description. | |
******************************************************
Project: MAXREFDES63# Filename: menu.c Description: This module contains all the functions used to generate the menus and menu options used to run the MAXREFDES63# example firmware.
Revision History:
9-16-14 Rev 01.00 GL Initial release.
This code follows the following naming conventions:
char ch_pmod_value
char (array) s_pmod_string[16]
float f_pmod_value
int n_pmod_value
int (array) an_pmod_value[16]
u16 u_pmod_value
u16 (array) au_pmod_value[16]
u8 uch_pmod_value
u8 (array) auch_pmod_buffer[16]
unsigned int un_pmod_value
int * pun_pmod_value
Definition in file menu.c.
void maxim_menu_cls | ( | void | ) |
void maxim_menu_print_configuration_description | ( | void | ) |
void maxim_menu_print_line | ( | ) |
void maxim_menu_print_main_menu | ( | void | ) |
void maxim_menu_print_maxim_banner | ( | void | ) |
void maxim_menu_print_maxim_banner_big | ( | void | ) |
void maxim_menu_print_output_data_description | ( | void | ) |
void maxim_menu_print_prompt | ( | void | ) |
uint8_t maxim_menu_retrieve_keypress | ( | void | ) |
Get a single keypress via Hyperterminal.
None |
Character,partially | decoded. |