Skip to content

Commit

Permalink
more adjustments for rf12 compat mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jcw committed May 19, 2015
1 parent b84042c commit 0a3e6ff
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 90 deletions.
9 changes: 0 additions & 9 deletions JeeLib.h
Expand Up @@ -14,15 +14,6 @@
#define RF69_COMPAT 0
#endif

// Modify the RF12 driver in such a way that it can inter-operate with RFM69
// modules running in "native" mode. This affects packet layout and some more.

#if RF12_COMPAT
#include <RF12_compat.h>
#elif !defined(RF12_COMPAT)
#define RF12_COMPAT 0
#endif

#include <Ports.h>
#include <RF12.h>
#include <RF69.h>
Expand Down

0 comments on commit 0a3e6ff

Please sign in to comment.