#pragma once #include "hardware_config.h" #ifdef __cplusplus extern "C" { #endif // Capacitive touch version of the 2.4" yellow board extern const HardwareConfig yellow_board_24inch_cap; #ifdef __cplusplus } #endif