Skip to content

Commit

Permalink
Merge pull request ninjablocks#10 from arthurlutz/patch-1
Browse files Browse the repository at this point in the history
Cheers
  • Loading branch information
☃ Elliot Shepherd committed Dec 1, 2015
2 parents f6f3971 + 1342fd0 commit a39d78a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Arduino_sketches/RF_Sniffer/RF_Sniffer.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
RF_Sniffer
Hacked from http://code.google.com/p/rc-switch/
Hacked from https://github.com/sui77/rc-switch
by @justy to provide a handy RF code sniffer
*/
Expand All @@ -11,7 +11,7 @@ RCSwitch mySwitch = RCSwitch();

void setup() {
Serial.begin(9600);
mySwitch.enableReceive(0); // Receiver on inerrupt 0 => that is pin #2
mySwitch.enableReceive(0); // Receiver on interrupt 0 => that is pin #2
}

void loop() {
Expand Down

0 comments on commit a39d78a

Please sign in to comment.