-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Re this thread:
https://forums.adafruit.com/viewtopic.php?t=198312
Currently each channel is updated when it is set:
mcp4728.channel_a.value = 100
mcp4728.channel_b.value = 75
mcp4728.channel_c.value = 50
mcp4728.channel_d.value = 25via this line:
| self._dac._set_value(self) # pylint:disable=protected-access |
Add capability and example to allow multiple channel values to be updated synchronously.
Maybe something similar to auto_write in NeoPixel/Dotstar usage?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request