Line No. | Rev | Author | Line |
---|---|---|---|
1 | 6 | kaklik | /*! \file radiolinx.h \brief Linx Radio Driver. */ |
2 | //***************************************************************************** |
||
3 | // |
||
4 | // File Name : 'radiolinx.h' |
||
5 | // Title : Linx Radio Driver |
||
6 | // Author : Pascal Stang - Copyright (C) 2003 |
||
7 | // Created : 09/01/2003 |
||
8 | // Revised : 09/03/2003 |
||
9 | // Version : 0.1 |
||
10 | // Target MCU : Atmel AVR Series |
||
11 | // Editor Tabs : 4 |
||
12 | // |
||
13 | // This code is distributed under the GNU Public License |
||
14 | // which can be found at http://www.gnu.org/licenses/gpl.txt |
||
15 | // |
||
16 | //***************************************************************************** |
||
17 | |||
18 | #ifndef RADIOLINX_H |
||
19 | #define RADIOLINX_H |
||
20 | |||
21 | // functions |
||
22 | void radioInit(void); |
||
23 | void radioSend(u08 status, u08 type, u08 datalength, u08* dataptr); |
||
24 | cBuffer* radioGetRxBuffer(void); |
||
25 | |||
26 | #endif |
Powered by WebSVN v2.8.3