All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.mapsmessaging.devices.gpio.InterruptHandler Maven / Gradle / Ivy

The newest version!
package io.mapsmessaging.devices.gpio;

import java.io.IOException;

public interface InterruptHandler {
  void interruptFired() throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy