Raspberry Pi Weighting Control System
This project serves as a simple weighting control system, that was realized as a Bachelor Thesis
|
Structure holding the values of keyboard input mode and input type. More...
#include <app_workspace.h>
Public Attributes | |
kb_input_mode | current_mode = NAVIGATION |
kb_input_type | current_type = NONE |
Structure holding the values of keyboard input mode and input type.
Definition at line 96 of file app_workspace.h.
kb_input_mode app_workspace_ns::kb_input_state::current_mode = NAVIGATION |
Definition at line 97 of file app_workspace.h.
kb_input_type app_workspace_ns::kb_input_state::current_type = NONE |
Definition at line 98 of file app_workspace.h.