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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

suart.h 117B

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