Rev 112 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 112 | Rev 114 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | 3 | ||
4 | void RS232_init (void); |
4 | void RS232_init (void); |
5 | uint8_t RS232_get (void); |
5 | uint8_t RS232_get (void); |
6 | void RS232_send (uint8_t data); |
6 | void RS232_send (uint8_t data); |
- | 7 | void RS232_text (uint8_t *text); |
|
- | 8 | ||
Line 7... | Line 9... | ||
7 | void RS232_text (uint8_t *text); |
9 | #define BAUD_RATE 57600 //Baud Rate für die Serielle Schnittstelle |
Line 8... | Line 10... | ||
8 | 10 | ||
9 | #endif |
11 | #endif |