mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-23 16:16:13 +01:00
17 lines
276 B
C++
17 lines
276 B
C++
|
/**
|
||
|
* @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>
|
||
|
|
||
|
|