docs
This commit is contained in:
parent
00b1fc7026
commit
a749403057
|
@ -1,6 +1,11 @@
|
||||||
/**
|
/**
|
||||||
* @file lcd_controller.cpp
|
* @file lcd_controller.cpp
|
||||||
*
|
*
|
||||||
|
* LCD is a tree-like set of menues controlled by a joystick. At the moment three actions are supported:
|
||||||
|
* "next item"
|
||||||
|
* "enter sub-menu"
|
||||||
|
* "return one level up"
|
||||||
|
*
|
||||||
* @date Aug 14, 2014
|
* @date Aug 14, 2014
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
/**
|
/**
|
||||||
* @file joystick.cpp
|
* @file joystick.cpp
|
||||||
*
|
*
|
||||||
|
* See lcd_controller.cpp for more information
|
||||||
|
* See void onJoystick(joystick_button_e button)
|
||||||
|
*
|
||||||
* @date Jan 2, 2015
|
* @date Jan 2, 2015
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue