You are reading a single comment by @user78121 and its replies. Click here to read the full conversation.
  • I try save(); dont work.
    Bottom is ok.
    It is code for example.
    var on = false;
    setInterval(function() {
    on = !on;
    LED1.write(on);
    }, 2000);
    save();

About

Avatar for user78121 @user78121 started