21 lines
315 B
C++
21 lines
315 B
C++
/**
|
|
* @file consolControl.h
|
|
* @author Alexander Klein (alex@kleiax.de)
|
|
* @brief
|
|
* @version 0.1
|
|
* @date 2022-02-15
|
|
*
|
|
* @copyright Copyright (c) 2022
|
|
*
|
|
*/
|
|
|
|
#ifndef CONSOL_CONTROL_H
|
|
#define CONSOL_CONTROL_H
|
|
|
|
#include "driveModi/driveModi.h"
|
|
class ConsolControl : DriveModi{
|
|
|
|
};
|
|
|
|
#endif // CONSOL_CONTROL_H
|