Skip to content

Commit 984a378

Browse files
committed
Make the example work ;)
Thx coopermaa
1 parent a93b1e3 commit 984a378

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

EasyTransferI2C/Examples/EasyTransfer_RX_Example/EasyTransfer_RX_Example.pde

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ void setup(){
2828

2929
}
3030

31-
void loop() {}
32-
33-
void receive(int numBytes){
31+
void loop() {
3432
//check and see if a data packet has come in.
3533
if(ET.receiveData()){
3634
//this is how you access the variables. [name of the group].[variable name]
@@ -43,3 +41,5 @@ void receive(int numBytes){
4341
}
4442
}
4543
}
44+
45+
void receive(int numBytes) {}

0 commit comments

Comments
 (0)