Aguijón Software Libraries  1.0
Documentation for the included Libraries
 All Files Functions Variables Typedefs Enumerations Enumerator Macros
serial.h
Go to the documentation of this file.
1 //serial.h
2 
4 #define BAUD19200 25
5 //<! a 51 written to the BAUD register, represents 9600 bps
6 #define BAUD9600 51
7 
8 
10 void RS232_put(unsigned int data);