#ifndef _SOFTUART_H_ #define _SOFTUART_H_ // This register contains the latest byte received from GPS. // The reading code could set this to 0 to know when there is a new byte. extern volatile char GPS_RXREG; extern void softuart_isr(); #endif