Installation

Arduino Installation

SerialIO is available on the Arduino library manager or,

you can install it manually by downloading the library from the GitHub repository:

  1. Download the SerialIO library from the GitHub repository.

  2. Extract the downloaded ZIP file.

  3. Copy the extracted folder to the libraries directory in your Arduino sketchbook.

  4. Restart the Arduino IDE.

  5. You should now be able to include the SerialIO library in your Arduino sketches.

PlatformIO Installation

If you are using PlatformIO, you can install the SerialIO library directly from the PlatformIO Library Manager. Add the following line to your platformio.ini file:

lib_deps = Witty-Wizard/SerialIO