Hello everbody, I have a Grove Haptic Motor and am using a Seedstudio Base Shield 2.1. My problem is, I have an active high trigger to activate the haptic motor but I can’t seem to use the INT pin of Grove Haptic Motor as a trigger. I have the code below. Can anybody please help me?
drv.selectLibrary(1);
drv.setWaveform(0, 84); // ramp up medium 1, see datasheet part 11.2
drv.setWaveform(1, 1); // strong click 100%, see datasheet part 11.2
drv.setWaveform(2, 0); // end of waveforms
}