Rev 738 | Rev 835 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 738 | Rev 762 | ||
---|---|---|---|
Line 16... | Line 16... | ||
16 | * along with this program; if not, write to the * |
16 | * along with this program; if not, write to the * |
17 | * Free Software Foundation, Inc., * |
17 | * Free Software Foundation, Inc., * |
18 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * |
18 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * |
19 | ****************************************************************************/ |
19 | ****************************************************************************/ |
Line -... | Line 20... | ||
- | 20 | ||
- | 21 | #ifndef _USART1_H |
|
- | 22 | #define _USART1_H |
|
20 | 23 | ||
Line 21... | Line 24... | ||
21 | #define baud 57600 |
24 | #define baud 57600 |
22 | 25 | ||
Line 88... | Line 91... | ||
88 | * short script to directly send a request thorugh usart including en- and disabling it |
91 | * short script to directly send a request thorugh usart including en- and disabling it |
89 | * where <address> is the address of the receipient, <label> is which data set to request |
92 | * where <address> is the address of the receipient, <label> is which data set to request |
90 | * and <ms> represents the milliseconds delay between data |
93 | * and <ms> represents the milliseconds delay between data |
91 | */ |
94 | */ |
92 | //void usart1_request_mk_data(uint8_t, char, uint8_t); |
95 | //void usart1_request_mk_data(uint8_t, char, uint8_t); |
- | 96 | ||
- | 97 | #endif |