Installing Library


You can install the PHPoC library via Arduino IDE.

  1. Run the Arduino IDE.

    ide_icon

  2. Click the [Sketch] > [Include Library] > [Manage Libraries...] menu.

    ide_libman

  3. Search "phpoc" on the Library Manager.

    ide_libman_search

  4. Select the PHPoC library and press the [Install] button.

    ide_libman_click

    "INSTALLED" message will appear on success.

    ide_libman_installed

  5. Confirm the "PHPoC" in the [Scketch] > [Include Library] > [Contributed libraries].

    ide_lib_check

  6. Confirm the "PHPoC" in the [File] > [Examples] > [Examples from Custom Libraries].

    ide_ex_check

  7. To run the examples of PHPoC library, follow the instructions of Using the Example.

※ Note : PHPoC Expansion library can be installed in the same way.