Hi,
I am trying to use the engines and to pulse orange color over and over again.
This is the code that I am using:
# engine 1 section start
.ENGINE1
# engine 2 section start
.ENGINE2
ramp 500, 128
wait 300
ramp 500, -128
wait 300
# engine 3 section start
.ENGINE3
ramp 500, 70
wait 300
ramp 500, -70
wait 300
Engine 2 is assigned to Red and ENGINE3 to Green. Blue is I2C controlled.
The problem is that the LEDs are not blinking in the same time. As I can see, red is the first one that starts to blink and green is after it. Does the engines execute the code in the same time for all 3 engines or does it execute it sequentially (one engine after another)?
Regards,
Gabriel