arduino-libraries / Arduino_AdvancedAnalog

Advanced Analog Library
GNU Lesser General Public License v2.1
7 stars 5 forks source link

Allow setting list of pins to sample after construction #37

Closed tfry-git closed 1 year ago

tfry-git commented 1 year ago

Arguably, in user code, the list of pins to sample will typically be known and fixed at compile-time.

However, when wrapping this into a library (Mozzi; for the purpose of providing a cross-platform analog read mechanism), it will be very helpful to have a way to adjust the pins to sample after construction.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

tfry-git commented 1 year ago

Sorry, wrong branch