Function "setRealtimeValue()" is missing in the CircuitPython implementation
kriswilk opened this issue · 0 comments
kriswilk commented
Adafruit's Arduino Library for the DRV2605L includes a function setRealtimeValue(uint8_t rtp)
that sets the desired output amplitude when in Real-Time Playback mode.
Although the CircuitPython implementation can put the device into RTP mode, it doesn't appear that setRealtimeValue()
has been ported over. Are there any plans to do so?