APM:Libraries
Classes | Macros
AP_Button.h File Reference
#include <AP_HAL/AP_HAL.h>
#include <AP_Param/AP_Param.h>
Include dependency graph for AP_Button.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AP_Button
 

Macros

#define AP_BUTTON_NUM_PINS   4
 
#define AP_BUTTON_REPORT_PERIOD_MS   1000
 

Macro Definition Documentation

◆ AP_BUTTON_NUM_PINS

#define AP_BUTTON_NUM_PINS   4

Definition at line 20 of file AP_Button.h.

Referenced by AP_Button::get_mask(), and AP_Button::setup_pins().

◆ AP_BUTTON_REPORT_PERIOD_MS

#define AP_BUTTON_REPORT_PERIOD_MS   1000

Definition at line 23 of file AP_Button.h.

Referenced by AP_Button::update().