adafruit / Adafruit_CircuitPython_DRV2605

CircuitPython module for the DRV2605 haptic feedback motor driver.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Function "setRealtimeValue()" is missing in the CircuitPython implementation

kriswilk opened this issue · comments

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?