mydana / CircuitPython_DMX_Transmitter

DMX512 lighting protocol transmitter on the RP2040
MIT License
8 stars 2 forks source link

I’m thinking of simplifying this library. #5

Open mydana opened 8 months ago

mydana commented 8 months ago

Given that I have some practical experience with this library, I’m considering simplifying it. Comments welcome.

Thoughts are:

  1. Reduce it to one universe per state machine.
  2. Change the run method with a auto_write property.
  3. Zero, one, or two timing pins. If one: high-impedance. If two: high-impedance and mark-after-break.