• Hi Mabe,

    Thank you so much for your time!

    Yeah, I ran I2C1 too. See here that I just did 15 minutes ago before began my level 5 search in Google :P

    print(I2C.find(D20));
    I2C1.setup({ sda: D20, SCL: D19 });
    I2C1.setup();
    

    I get error like this:

    Uncaught Error: Unknown option "SCL"
     at line 1 col 34
    I2C1.setup({ sda: D20, SCL: D19 });
    

    also when I wrote to robot to see if it will at least move the right wheel by doing this:

    I2C1.writeTo(0x08,1)
    

    Seems no luck. :(

About

Avatar for kakcalu13 @kakcalu13 started