Comments to source code

This commit is contained in:
Andreas Mieke 2018-04-03 17:18:28 +02:00
parent d109bae8d7
commit 9a18bd88f0
22 changed files with 286 additions and 122 deletions

View file

@ -1,8 +1,10 @@
#ifndef MAIN_H
#define MAIN_H
// Define program version
#define VERSION "0.1.0"
// Define interfaces which can be used
enum iface_t {
interface_none = 0,
interface_usart1,
@ -10,6 +12,7 @@ enum iface_t {
interface_usart3
};
// Define available tests
enum test_t {
test_not_init = 0,
test_none = 1,