BayEOSArduino Library
Functions
Interrupt Service Routine

Functions for handling interrupts - responding to changes on the data line and converting them to characters in the Rx buffer. More...

Functions

static void SDI12::handleInterrupt ()
 Intermediary used by the ISR - passes off responsibility for the interrupt to the active object. More...
 

Detailed Description

Functions for handling interrupts - responding to changes on the data line and converting them to characters in the Rx buffer.

See also
For a detailed explanation of interrupts see interrupts_page

Function Documentation

◆ handleInterrupt()

void SDI12::handleInterrupt ( )
static

Intermediary used by the ISR - passes off responsibility for the interrupt to the active object.

On espressif boards (ESP8266 and ESP32), the ISR must be stored in IRAM