Skip to content

Commit

Permalink
started big sx1262 lib refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Shipman committed Dec 10, 2023
1 parent 7c1ceac commit 8cdc445
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 148 deletions.
5 changes: 4 additions & 1 deletion Code/XbeeJoint/test/(Not)XBee_Joint.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
#define DIO1_PIN 3
#define BUSY_PIN 6
#define SW_PIN 9
#define DEBUG 1

#define INCLUDE_DEBUG \
1 // controls if debug conditionals are included at compile time
short debug = 1; // controls if debug messages are printed

#endif
Loading

0 comments on commit 8cdc445

Please sign in to comment.