delay between i2c messages
-
Hi,
I am looking for a way to insert a delay between two I2C messages from within a macro, G4 seems not to affect macros, like if I have this in a macro
M260 A38 B1:0 G4 100 M260 A38 B1:1
both i2c messages get send consecutively without the delay?
Any ideas? -
G4 needs a letter parameter; P for milliseconds or S for seconds.
Try
G4 P100 -
You G4 line is missing either a P or S parameter to define how long the delay should be.