mirror of
https://github.com/EranMorkon/AMTS.git
synced 2023-12-28 16:48:38 +00:00
Comments to source code
This commit is contained in:
parent
d109bae8d7
commit
9a18bd88f0
22 changed files with 286 additions and 122 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue