Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 481 Bytes

README.rst

File metadata and controls

7 lines (5 loc) · 481 Bytes

CircuitPython eRPC Client

This is a CircuitPython port of the CPython UART-based eRPC client. This implementation is largely adapted from the CPython eRPC client code, and is mainly altered where CircuitPython does not support a particular module or feature (e.g. threading).

This port does not include a server-side eRPC implementation, and currently only supports UART for transport.