1
0

File comments for all files
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-11-10 09:35:27 +00:00
parent 353f04fba5
commit 79508f8912
6 changed files with 65 additions and 3 deletions

View File

@ -1,9 +1,20 @@
/**
* \file
* @file main.cpp
* @author Jens True (jens.chr.true@gmail.com)
* @brief
* @version 0.1
* @date 2021-11-10
* @copyright Copyright (c) 2021
*
* Main application entry point.
* Arduino Style but still a .cpp file
*/
/**
* \file
*/
#include "Arduino.h"
#include "config.h"