Revision 244, 0.5 kB
(checked in by phil, 4 years ago)
|
added initial Tail Source Package
|
Line | |
---|
1 |
// File: Terminal.h |
---|
2 |
//------------------------------------------------------------------------------ |
---|
3 |
// Author: Giovanni de Sanctis |
---|
4 |
// Email: info@lateral-technologies.com |
---|
5 |
//------------------------------------------------------------------------------ |
---|
6 |
// Date: Dec 2018 |
---|
7 |
// Implements the serial interface |
---|
8 |
//------------------------------------------------------------------------------ |
---|
9 |
|
---|
10 |
#ifndef TERMINAL_H |
---|
11 |
#define TERMINAL_H |
---|
12 |
|
---|
13 |
#include "Moves.h" |
---|
14 |
|
---|
15 |
void terminal(AckEnum ack); |
---|
16 |
|
---|
17 |
#endif /* TERMINAL_H */ |
---|
18 |
|
---|