File tree 6 files changed +6
-6
lines changed
examples/ARDUINO/Local/SoftwareBitBang/PJONLocal
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
#define PJON_PACKET_MAX_LENGTH 10
4
4
5
5
#include < PJONLocal.h> // Include PJONLocal
6
- #include < SoftwareBitBang.h> // Include only SoftwareBitBang
6
+ #include < strategies/SoftwareBitBang/ SoftwareBitBang.h> // Include only SoftwareBitBang
7
7
8
8
PJONLocal<SoftwareBitBang> bus (44 );
9
9
Original file line number Diff line number Diff line change 2
2
#define PJON_PACKET_MAX_LENGTH 10 // Set maximum packet length
3
3
4
4
#include < PJONLocal.h> // Include PJONLocal
5
- #include < SoftwareBitBang.h> // Include only SoftwareBitBang
5
+ #include < strategies/SoftwareBitBang/ SoftwareBitBang.h> // Include only SoftwareBitBang
6
6
7
7
/* Create PJONLocal object:
8
8
Class name <Strategy name> instance name ( device id ) */
Original file line number Diff line number Diff line change 8
8
// Include only SoftwareBitBang
9
9
10
10
#include < PJONLocal.h> // Include PJONLocal
11
- #include < SoftwareBitBang.h> // Include SoftwareBitBang
11
+ #include < strategies/ SoftwareBitBang/SoftwareBitBang .h> // Include only SoftwareBitBang
12
12
13
13
PJONLocal<SoftwareBitBang> bus (44 );
14
14
Original file line number Diff line number Diff line change 6
6
// #define SWBB_MODE 4 // 3.40kB/s - 27210Bd
7
7
8
8
#include < PJONLocal.h> // Include PJONLocal
9
- #include < SoftwareBitBang.h> // Include only SoftwareBitBang
9
+ #include < strategies/SoftwareBitBang/ SoftwareBitBang.h> // Include only SoftwareBitBang
10
10
11
11
/* Create PJONLocal object:
12
12
Class name <Strategy name> instance name ( device id ) */
Original file line number Diff line number Diff line change 3
3
is printed the record transmitted by the other device. */
4
4
5
5
#include < PJONLocal.h> // Include PJONLocal
6
- #include < SoftwareBitBang.h> // Include only SoftwareBitBang
6
+ #include < strategies/SoftwareBitBang/ SoftwareBitBang.h> // Include only SoftwareBitBang
7
7
8
8
PJONLocal<SoftwareBitBang> bus (44 );
9
9
Original file line number Diff line number Diff line change 2
2
This sketch contains the transmitter side. */
3
3
4
4
#include < PJONLocal.h> // Include PJONLocal
5
- #include < SoftwareBitBang.h> // Include only SoftwareBitBang
5
+ #include < strategies/SoftwareBitBang/ SoftwareBitBang.h> // Include only SoftwareBitBang
6
6
7
7
/* Create PJONLocal object:
8
8
Class name <Strategy name> instance name ( device id ) */
You can’t perform that action at this time.
0 commit comments