feat(parlio_rx): add parlio rx examples

This commit is contained in:
laokaiyao
2023-10-07 14:34:21 +08:00
parent 95839eb1c6
commit db7e90fef9
44 changed files with 2017 additions and 518 deletions

View File

@@ -8,10 +8,6 @@ The Parallel IO peripheral is a general purpose parallel interface that can be u
The TX and RX driver of Parallel IO peripheral are designed separately, you can include ``driver/parlio_tx.h`` or ``driver/parlio_rx.h`` to use any of them.
Parlio RX Driver
----------------
Application Examples
--------------------