1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-26 17:46:14 +01:00

deleted unnecessary files

This commit is contained in:
Gregor Baues 2021-05-20 16:27:01 +02:00
parent d72636b4ec
commit a52e864a6f
2 changed files with 0 additions and 31 deletions

View File

@ -1,16 +0,0 @@
/**
* @file DccMQTTProc.cpp
* @author Gregor Baues (gr2bba@gmail.com)
* @brief Eexecuting DCC commands recieved through MQTT.
* @version 0.1
* @date 08-07-2020
*
* @copyright Copyright (c) 2021
*
* Licenced under GPLv3
*/
#include <Arduino.h>
#include <Diag.h>

View File

@ -1,15 +0,0 @@
#ifndef _DccMQTTProc_h_
#define _DccMQTTProc_h_
class DccMQTTProc
{
private:
public:
static void loop();
DccMQTTProc() = default;
~DccMQTTProc() = default;
};
#endif