PandA-2024.02
Macros | Functions
btn_ctrl.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BUTTON_UP   (1 << 0)
 
#define BUTTON_DOWN   (1 << 3)
 
#define BUTTON_LEFT   (1 << 1)
 
#define BUTTON_RIGHT   (1 << 2)
 

Functions

unsigned char btn_ctrl ()
 

Macro Definition Documentation

◆ BUTTON_DOWN

#define BUTTON_DOWN   (1 << 3)

Definition at line 5 of file btn_ctrl.h.

◆ BUTTON_LEFT

#define BUTTON_LEFT   (1 << 1)

Definition at line 6 of file btn_ctrl.h.

◆ BUTTON_RIGHT

#define BUTTON_RIGHT   (1 << 2)

Definition at line 7 of file btn_ctrl.h.

◆ BUTTON_UP

#define BUTTON_UP   (1 << 0)

Definition at line 4 of file btn_ctrl.h.

Function Documentation

◆ btn_ctrl()

unsigned char btn_ctrl ( )

Definition at line 3 of file btn_ctrl.c.


Generated on Mon Feb 12 2024 13:03:06 for PandA-2024.02 by doxygen 1.8.13