test232.h

Serial port funtions to allow non-blocking read and write (hardware UART). Useful for debugging without changing all the timing, and for general use of serial port. (by Jonathan Bisson).



#ifndef _test232_H_
#define _test232_H_

/*
    TODO: add declarations in this file that
    are specific to your application..
*/

#define OSC_FREQUENCY   20000000

#define TASKS_LIMIT         8
#define TASK_TIMER0         0


extern void on_init( void );

#endif  //_test232_H_



http://www.sourceboost.com/home.html

Copyright © 2002-2006 SourceBoost Technologies