debugpins.h 153 B

12345678910
  1. #ifndef DEBUGPINS_H
  2. #define DEBUGPINS_H
  3. #include "core/config.h"
  4. #include "core/main.h"
  5. void DebugPins_Init();
  6. void DebugPins_DeInit();
  7. #endif