|
LCC Fusion Project 1.0
LCC Automation
|
Builder / installer-friendly GPIO self-test helpers for ESP32-based LCC Fusion cards. More...
#include <Arduino.h>#include <SerialIo.h>#include <CardMri.h>#include <LccFusionCore/Adafruit_MCP23017.h>

Go to the source code of this file.
Classes | |
| class | PstTestPins |
| One-stop pin self-test utility with a single dispatcher entry point. More... | |
Builder / installer-friendly GPIO self-test helpers for ESP32-based LCC Fusion cards.
This header defines a small utility class, PstTestPins, that runs quick sanity checks on pins without requiring fixtures. It prints clear, non-jargony messages via a global g_serialIO.
Typical usage:
Notes
g_serialIO that provides print(...) and sprintf(fmt, ...) methods compatible with Arduino Print. Definition in file PstTestPins.h.