OpenBlink WebIDE

OpenBlink WebIDE is a tool for writing Ruby code and transferring it to OpenBlink devices.

Loading...
🔌 Connection
Disconnected
📝 Editor
Build & Deploy
Console Output
Performance Metrics
Compile Time --
Transfer Time --
Program Size --
No build history yet
Function Reference

LED Control

  • LED.set([255, 0, 0]) - Set built-in LED to red
  • LED.set([0, 255, 0]) - Set built-in LED to green
  • LED.set([0, 0, 255]) - Set built-in LED to blue

Timer

  • sleep(seconds) - Wait for specified seconds
  • sleep_ms(milliseconds) - Wait for specified milliseconds