first commit
This commit is contained in:
11
libraries/TinySuite/src/TinyPinChangeB.h
Normal file
11
libraries/TinySuite/src/TinyPinChangeB.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef TinyPinChangeB_h
|
||||
#define TinyPinChangeB_h
|
||||
|
||||
#include "TinyPinChange.h"
|
||||
|
||||
/**
|
||||
* The instance of pin change interrupt handler on portB: ISR(PCINT0_vect)
|
||||
*/
|
||||
extern TinyPinChange PinChangeB;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user