We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93b1e3 commit 984a378Copy full SHA for 984a378
EasyTransferI2C/Examples/EasyTransfer_RX_Example/EasyTransfer_RX_Example.pde
@@ -28,9 +28,7 @@ void setup(){
28
29
}
30
31
-void loop() {}
32
-
33
-void receive(int numBytes){
+void loop() {
34
//check and see if a data packet has come in.
35
if(ET.receiveData()){
36
//this is how you access the variables. [name of the group].[variable name]
@@ -43,3 +41,5 @@ void receive(int numBytes){
43
41
44
42
45
+
+void receive(int numBytes) {}
0 commit comments