You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* As an extension, ".fifo auto" may be specified to request CircuitPython's
auto fifo join behavior
* bounds check on `.set` directive improved
* redundant kwargs (e.g., out_count vs out_pin_count) fixed
Copy file name to clipboardExpand all lines: README.rst
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,11 @@ To install in a virtual environment in your current project:
55
55
source .venv/bin/activate
56
56
pip3 install adafruit-circuitpython-pioasm
57
57
58
+
CircuitPython Extensions
59
+
========================
60
+
61
+
* `.fifo auto`: By default, CircuitPython joins the TX and RX fifos if a PIO program only receives or transmits. The `.fifo auto` directive makes this explicit.
0 commit comments