S-in-PNW/ESP32-Pulse-Monitoring-System

Add Header Stubs for libraries

Open

#9 opened on Nov 20, 2025

 (0 comments) (0 reactions) (1 assignee)C++ (0 forks)auto 404
documentationenhancementgood first issue

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

Is your feature request related to a problem? Please describe. At the moment, our libraries may be a black box, with their methods obscured from developers.

Describe the solution you'd like Add header stubs to project so that library methods are more available.

Describe alternatives you've considered Download the whole library and make stubs available that way.

Contributor guide