File tree Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- #include < RHReliableDatagram.h>
2
1
#include " MyDriver.h"
3
2
#include " MyDriverRF69.h"
4
3
Original file line number Diff line number Diff line change 4
4
#include " MyConfig.h"
5
5
#include " MyDriver.h"
6
6
#include < stdint.h>
7
- #include " RFM69.h"
7
+ #include " utility/ RFM69.h"
8
8
#include < SPI.h>
9
9
10
10
#define NODEID 2 // unique for each node on same network
@@ -41,4 +41,4 @@ class MyDriverRF69 : public MyDriver
41
41
uint8_t _address;
42
42
};
43
43
44
- #endif
44
+ #endif
Original file line number Diff line number Diff line change 29
29
// Please maintain this license information along with authorship
30
30
// and copyright notices in any redistribution of this code
31
31
// **********************************************************************************
32
- #include < RFM69.h>
33
- #include < RFM69registers.h>
32
+ #include " RFM69.h"
33
+ #include " RFM69registers.h"
34
34
#include < SPI.h>
35
35
36
36
volatile byte RFM69::DATA[RF69_MAX_DATA_LEN];
@@ -461,4 +461,4 @@ void RFM69::rcCalibration()
461
461
{
462
462
writeReg (REG_OSC1, RF_OSC1_RCCAL_START);
463
463
while ((readReg (REG_OSC1) & RF_OSC1_RCCAL_DONE) == 0x00 );
464
- }
464
+ }
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments