You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
112 B

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