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
The PIO init function modifies the PIO program itself to set the number of in pins. Individual state machines using the same PIO would therefore be required to use the same configuration.
Each time a hx711_t is init'd, a copy of the PIO program is inserted into one of the RP2040's PIOs. It should instead:
Many SMs to one PIO.
The text was updated successfully, but these errors were encountered: