namespace Unosquare.RaspberryIO.Native
{
///
/// A delegate defining a callback for an Interrupt Service Routine
///
public delegate void InterruptServiceRoutineCallback();
///
/// Defines the body of a thread worker
///
public delegate void ThreadWorker();
}