#ifndef DEBUGPINS_H #define DEBUGPINS_H #include "core/config.h" #include "core/main.h" void DebugPins_Init(); void DebugPins_DeInit(); #endif