sggt/App/APP_WU/Inc/key_functions_modbus.h

20 lines
342 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef _KEY_FUNCTIONS_MODBUS_H_
#define _KEY_FUNCTIONS_MODBUS_H_
#include "apps_gather.h"
//选中cur熄灭cur_prv
void window_num_check(uint8_t cur, uint8_t cur_prv);
void window_num_set(uint8_t pos, uint8_t num);
void value2window(void);
void window2value(void);
void cursor_move(int8_t step);
void window_display(void);
#endif