Skip to content

Commit

Permalink
Fixes interrupt example bug
Browse files Browse the repository at this point in the history
  • Loading branch information
epsilonrt committed Oct 8, 2018
1 parent 33ac8fc commit 101e228
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/interrupt/interrupt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#ifdef __unix__
#include <Piduino.h> // All the magic is here ;-)
#endif
using namespace std;

// <DANGER> Be careful !!! Before launching this program :
// -> Check that the pin below is well connected to an LED ! <-
Expand Down

0 comments on commit 101e228

Please sign in to comment.