DCAITI Robot Hardware  1.0
Classes | Macros | Typedefs
PinChangeInt.h File Reference
#include "WProgram.h"
#include "PinChangeIntConfig.h"
#include "pins_arduino.h"
Include dependency graph for PinChangeInt.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PCintPort
 
class  PCintPort::PCintPin
 

Macros

#define MAX_PIN_CHANGE_PINS   8
 
#define INLINE_PCINT
 
#define PCdetachInterrupt(pin)   PCintPort::detachInterrupt(pin)
 
#define PCattachInterrupt(pin, userFunc, mode)   PCintPort::attachInterrupt(pin, userFunc,mode)
 

Typedefs

typedef void(* PCIntvoidFuncPtr) (void)
 

Macro Definition Documentation

◆ INLINE_PCINT

#define INLINE_PCINT

◆ MAX_PIN_CHANGE_PINS

#define MAX_PIN_CHANGE_PINS   8

◆ PCattachInterrupt

#define PCattachInterrupt (   pin,
  userFunc,
  mode 
)    PCintPort::attachInterrupt(pin, userFunc,mode)

◆ PCdetachInterrupt

#define PCdetachInterrupt (   pin)    PCintPort::detachInterrupt(pin)

Typedef Documentation

◆ PCIntvoidFuncPtr

typedef void(* PCIntvoidFuncPtr) (void)