Project

General

Profile

Revision 6ca98a3f

ID6ca98a3f3d28be42c8b1ef7713894d4c62c23180
Parent 92a430bc
Child f602b25b

Added by Thomas Mullins over 11 years ago

Eradicated use of signed chars in serial d'oh

View differences:

toolbox/serial.h
3 3

  
4 4
#define BAUD_RATE 9600
5 5

  
6
#define RX_BUFFER_SIZE 256
6
#define RX_BUFFER_SIZE 64
7 7

  
8 8
void serial_init();
9 9
int serial_read();

Also available in: Unified diff