This commit is contained in:
@ -1,3 +1,13 @@
|
||||
/**
|
||||
* @file DisplayProxy.h
|
||||
* @author Jens True (jens.chr.true@gmail.com)
|
||||
* @brief DisplayProxy header
|
||||
* @version 0.1
|
||||
* @date 2021-11-10
|
||||
*
|
||||
* @copyright Copyright (c) 2021
|
||||
*
|
||||
*/
|
||||
#ifndef DISPLAYPROXY_H
|
||||
#define DISPLAYPROXY_H
|
||||
|
||||
|
@ -1,3 +1,13 @@
|
||||
/**
|
||||
* @file DisplayProxyMAX7456.cpp
|
||||
* @author Jens True (jens.chr.true@gmail.com)
|
||||
* @brief DisplayProxyMAX7456 Implementation
|
||||
* @version 0.1
|
||||
* @date 2021-11-10
|
||||
*
|
||||
* @copyright Copyright (c) 2021
|
||||
*
|
||||
*/
|
||||
#include "DisplayProxyMAX7456.h"
|
||||
|
||||
DisplayProxyMAX7456::DisplayProxyMAX7456()
|
||||
|
@ -1,3 +1,13 @@
|
||||
/**
|
||||
* @file DisplayProxyMAX7456.h
|
||||
* @author Jens True (jens.chr.true@gmail.com)
|
||||
* @brief DisplayProxyMAX7456 header
|
||||
* @version 0.1
|
||||
* @date 2021-11-10
|
||||
*
|
||||
* @copyright Copyright (c) 2021
|
||||
*
|
||||
*/
|
||||
#ifndef DISPLAYPROXYMAX7456_H
|
||||
#define DISPLAYPROXYMAX7456_H
|
||||
|
||||
|
Reference in New Issue
Block a user