Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Download

LibraryDateRemarks
28 Apr 2024

Installation

  1. Get ready a LuatOS ESP32 C3 development board.
  2. Install Arduino IDE according to Arduino IDE Installation for LuatOS ESP32 C3
    1. URL for preference in Arduino IDE: https://espressif.github.io/arduino-esp32/package_esp32_index.json
  3. Download the latest "IO_Control.zip" from the Download section above 
  4. Go to "Sketch >Include Library > Add ZIP library" to install the library "IO_Control.zip"
    1.  Image Added
    2. Image Added
    3. Image Added
  5. Install additional libraries
    1. TaskScheduler
      1. Image Added
  6. Go to "File" > "Examples" > "IO Control" > "binout_play_oneseq". Open the project, compile and upload to the ESP32C3 development board. If successful, you should be able to see LED on the development board blinks for 2 times and then turns off.