Change Note 2024-06-27
Improved tool for using PIO, extended example program.
Improved Tool pio2o
- Now
- works for more than one PIO assembly program in one source file (Oberon module or separate
.piofile); - supports the
.wrap/.wrap_targetmechanics.
- works for more than one PIO assembly program in one source file (Oberon module or separate
- Scans the c-sdk output of the
pioasmassembler in lieu of using hex mode. - See pio2o.
Extended Program PIOsquare
- Extended to use two PIO state machines to output squarish waves on two GPIO pins, using two PIO assembly programs.
- Shows the benefit and effect of
.wrapand.wrap_target. - Extend module
PIOfor the use with two PIO programs on two state machines. - See PIOsquare.