Library Manager

To use sensors, displays, or special modules, you usually need to install additional libraries. Gokino's Library Manager helps you do this with just a few clicks.

Icon: 📦 (Blocks)

Main Interface

This module is divided into 2 main tabs:

1. Online (Search & Install)

This is a huge library repository (similar to the original Arduino Library Manager).

  • Search: Enter keywords in the Search box (e.g., "DHT sensor", "Neopixel", "LCD I2C").
  • Information: Results show library name, author, description, and latest version.
  • Website: Link to the library's homepage or documentation.
  • Action: Click the Install button to install into your current Workspace.

2. Installed

A list of libraries currently in your project.

  • Manage: Check which version you are using.
  • Uninstall: Click the trash icon (Uninstall) to remove a library if no longer used, helping reduce size and avoid conflicts.

Important Notes

  • When installing a library in Cloud mode, it is attached to your Workspace.
  • Some common libraries (like Wire, SPI) are Built-in libraries so they may not need installation to be used.
  • After installation, you need to add #include <LibraryName.h> at the top of your code file to use it.

Next: Board Manager