diff --git a/Bounce2.h b/Bounce2.h index cf0dee8..92200fe 100644 --- a/Bounce2.h +++ b/Bounce2.h @@ -37,6 +37,10 @@ #include +#ifndef _BV +#define _BV(n) (1<<(n)) +#endif + class Bounce { public: