Skip to content

GPIO

pico-jxglib provides a C++ interface for controlling GPIO pins on the Raspberry Pi Pico. With this library, you can easily configure GPIO pins for various functions, set their direction, drive strength, and more.

Add the following line to your CMakeLists.txt.

CMakeLists.txt
target_link_libraries(your-project jxglib_Common)

Add the following line to your source file.

Your Source File
#include "jxglib/GPIO.h"