Macros | Énumérations
Référence du fichier wiring_constants.h

Macros

#define LOW   (0x0)
 
#define HIGH   (0x1)
 
#define INPUT   (0x0)
 
#define OUTPUT   (0x1)
 
#define INPUT_PULLUP   (0x2)
 
#define INPUT_PULLDOWN   (0x3)
 
#define PI   3.1415926535897932384626433832795
 
#define HALF_PI   1.5707963267948966192313216916398
 
#define TWO_PI   6.283185307179586476925286766559
 
#define DEG_TO_RAD   0.017453292519943295769236907684886
 
#define RAD_TO_DEG   57.295779513082320876798154814105
 
#define EULER   2.718281828459045235360287471352
 
#define SERIAL   0x0
 
#define DISPLAY   0x1
 

Énumérations

enum  BitOrder { LSBFIRST = 0, MSBFIRST = 1 }
 

Documentation des macros

◆ DEG_TO_RAD

#define DEG_TO_RAD   0.017453292519943295769236907684886

◆ DISPLAY

#define DISPLAY   0x1

◆ EULER

#define EULER   2.718281828459045235360287471352

◆ HALF_PI

#define HALF_PI   1.5707963267948966192313216916398

◆ HIGH

#define HIGH   (0x1)

◆ INPUT

#define INPUT   (0x0)

◆ INPUT_PULLDOWN

#define INPUT_PULLDOWN   (0x3)

◆ INPUT_PULLUP

#define INPUT_PULLUP   (0x2)

◆ LOW

#define LOW   (0x0)

◆ OUTPUT

#define OUTPUT   (0x1)

◆ PI

#define PI   3.1415926535897932384626433832795

◆ RAD_TO_DEG

#define RAD_TO_DEG   57.295779513082320876798154814105

◆ SERIAL

#define SERIAL   0x0

◆ TWO_PI

#define TWO_PI   6.283185307179586476925286766559

Documentation du type de l'énumération

◆ BitOrder

enum BitOrder
Valeurs énumérées
LSBFIRST 
MSBFIRST