AccelStepperI2C  v 0.1
I2C wrapper (and a bit more) for the AccelStepper Arduino library
List of possible reasons an interrupt was triggered.

These are used by ... More...

Variables

const uint8_t interruptReason_none = 0
 You should not encounter this, as you don't want to be interrupted without a reason... More...
 
const uint8_t interruptReason_1 = 1
 reason 1 More...
 
const uint8_t interruptReason_2 = 2
 reason 2 More...
 
const uint8_t interruptReason_3 = 3
 reason 3 More...
 

Detailed Description

These are used by ...

Variable Documentation

◆ interruptReason_1

const uint8_t interruptReason_1 = 1

reason 1

Definition at line 142 of file AccelStepperI2C.h.

◆ interruptReason_2

const uint8_t interruptReason_2 = 2

reason 2

Definition at line 143 of file AccelStepperI2C.h.

◆ interruptReason_3

const uint8_t interruptReason_3 = 3

reason 3

Definition at line 144 of file AccelStepperI2C.h.

◆ interruptReason_none

const uint8_t interruptReason_none = 0

You should not encounter this, as you don't want to be interrupted without a reason...

Definition at line 52 of file I2Cwrapper.h.