Developer World
Spresense SDK Library v3.2.0-ebc0364
Edge Detection
Collaboration diagram for Edge Detection:

Modules

 Data Types
 
 Functions
 

Macros

#define EDGE_DETECT_TYPE_RISE   (0)
 
#define EDGE_DETECT_TYPE_FALL   (1)
 
#define EXTERN   extern "C"
 

Detailed Description

Edge detection utility library.

Macro Definition Documentation

◆ EDGE_DETECT_TYPE_RISE

#define EDGE_DETECT_TYPE_RISE   (0)

Edge detection type for rising edge

◆ EDGE_DETECT_TYPE_FALL

#define EDGE_DETECT_TYPE_FALL   (1)

Edge detection type for falling edge