DCAITI Robot Hardware
1.0
|
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) |
#define INLINE_PCINT |
#define MAX_PIN_CHANGE_PINS 8 |
#define PCattachInterrupt | ( | pin, | |
userFunc, | |||
mode | |||
) | PCintPort::attachInterrupt(pin, userFunc,mode) |
#define PCdetachInterrupt | ( | pin | ) | PCintPort::detachInterrupt(pin) |
typedef void(* PCIntvoidFuncPtr) (void) |