OneWay  3.0-3-ge9d4fa4
transmit.h
Go to the documentation of this file.
1 /* This file is part of OneWay
2  * Copyright (C) 2010, 2011 Enrico Rossi
3  *
4  * OneWay is free software: you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation, either version 3 of the License, or
7  * (at your option) any later version.
8  *
9  * OneWay is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  * GNU General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License
15  * along with this program. If not, see <http://www.gnu.org/licenses/>.
16  */
17 
22 #ifndef TX_H
23 #define TX_H
24 
25 #define TX_HEAD "xxxxxx"
26 
29 #define TX_ID "0"
30 
31 #include "led.h"
32 #include "uart.h"
33 #include "debug.h"
34 #include "htv.h"
35 
36 void master(struct debug_t *debug);
37 
38 #endif
void master(struct debug_t *debug)
main TX loop
Definition: transmit.c:246
Functions to activare and display (rs232) debug.
Definition: debug.h:52
Main struct of the project and eventually defaults.