Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 456 Bytes

examples.md

File metadata and controls

6 lines (5 loc) · 456 Bytes

Examples of using libcadence

Examples directory in the repository contains some examples of using this library.

  • Async server Is an example of a simple echo server using async communication.
  • Async serial is an example of using serial/COM port in async mode.
  • fuzz-parser Is a simple sync communication with serial port using selectors.