accel6 2.0.0.0

Macros

#define SLOPE_X_NEGATIVE   0x01
 
#define SLOPE_Y_NEGATIVE   0x02
 
#define SLOPE_Z_NEGATIVE   0x03
 
#define SLOPE_X_POSITIVE   0x04
 
#define SLOPE_Y_POSITIVE   0x05
 
#define SLOPE_Z_POSITIVE   0x06
 
#define NON_SLOPE   0x00
 

Detailed Description

Macro Definition Documentation

◆ NON_SLOPE

#define NON_SLOPE   0x00

◆ SLOPE_X_NEGATIVE

#define SLOPE_X_NEGATIVE   0x01

◆ SLOPE_X_POSITIVE

#define SLOPE_X_POSITIVE   0x04

◆ SLOPE_Y_NEGATIVE

#define SLOPE_Y_NEGATIVE   0x02

◆ SLOPE_Y_POSITIVE

#define SLOPE_Y_POSITIVE   0x05

◆ SLOPE_Z_NEGATIVE

#define SLOPE_Z_NEGATIVE   0x03

◆ SLOPE_Z_POSITIVE

#define SLOPE_Z_POSITIVE   0x06