1
0

suart.h 91 B

1234567
  1. #ifndef SUART
  2. #define SUART
  3. void xmit (uint8_t);
  4. uint8_t rcvr (void);
  5. #endif /* SUART */