|
HF-PCAL95555 0.1.0-dev
|
This guide covers how to integrate the PCAL95555 driver into your project.
Before installing the driver, ensure you have:
This driver is a header-only template library designed to be integrated directly into your project. There's no separate build step required.
Copy the following files into your project:
Note: The driver uses a header-only template design where pcal95555.ipp is included by pcal95555.hpp. Kconfig compile-time configuration macros live in pcal95555_kconfig.hpp (also included automatically). You typically only need to include the main header file in your project.
Then add to your include path:
Simply include the header in your code:
The implementation is included automatically via the header file.