#pragma once #include "hardware_config.h" #ifdef __cplusplus extern "C" { #endif // Waveshare S3 Touch LCD 4.3 extern const HardwareConfig waveshare_s3_touch; #ifdef __cplusplus } #endif