You are reading a single comment by @rigrigrig and its replies. Click here to read the full conversation.
  • You can use setTimeout:

    read_heading();
    setTimeout(send_vibration, 300); // No brackets() after send_vibration!
    
About

Avatar for rigrigrig @rigrigrig started