Haptic feedback library for the TI's DRV2605l driver board.
This library is specifically designed for use with an LRA motor type.
It is influenced by adafriuts drv2605 library but implemented in c. It contains some basic functionality to interface with the drive board, as well as a small demo for showcasing.
To build the source code, run the following.
- Generate a makefile:
cmake .- Build the source code:
make -j4