I2Cwrapper v0.5.0
Generic framework for Arduino I2C target devices
List of possible reasons an interrupt was triggered.

Used by clearInterrup() to inform the controller about what caused the previous interrupt. More...

Variables

const uint8_t interruptReason_none = 0
 You should not encounter this in practice, as you don't want to be interrupted without a reason... More...
 
const uint8_t interruptReason_targetReachedByRun = 1
 
const uint8_t interruptReason_targetReachedByRunSpeedToPosition = 2
 
const uint8_t interruptReason_endstopHit = 3
 
const uint8_t interruptReason_ESP32sensorsTouch = 4
 

Detailed Description

Used by clearInterrup() to inform the controller about what caused the previous interrupt.

Variable Documentation

◆ interruptReason_endstopHit

const uint8_t interruptReason_endstopHit = 3

◆ interruptReason_ESP32sensorsTouch

const uint8_t interruptReason_ESP32sensorsTouch = 4

◆ interruptReason_none

const uint8_t interruptReason_none = 0

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

◆ interruptReason_targetReachedByRun

const uint8_t interruptReason_targetReachedByRun = 1

◆ interruptReason_targetReachedByRunSpeedToPosition

const uint8_t interruptReason_targetReachedByRunSpeedToPosition = 2