#pragma once #ifdef __cplusplus extern "C" { #endif extern void setup(); extern void loop(); #ifdef __cplusplus } #endif