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:
parent
d72636b4ec
commit
a52e864a6f
|
@ -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>
|
||||
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
#ifndef _DccMQTTProc_h_
|
||||
#define _DccMQTTProc_h_
|
||||
|
||||
class DccMQTTProc
|
||||
{
|
||||
private:
|
||||
|
||||
public:
|
||||
static void loop();
|
||||
|
||||
DccMQTTProc() = default;
|
||||
~DccMQTTProc() = default;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user