pololu / drv8835-motor-driver-rpi

Python library for the Pololu DRV8835 dual motor driver kit for Raspberry Pi B+
http://www.pololu.com/product/2753
Other
24 stars 12 forks source link

C/C++ library #4

Open isubasinghe opened 6 years ago

isubasinghe commented 6 years ago

An official C/C++ library would be useful however I have written my own with examples if you want to link this on pololu's website I would appreciate it at https://github.com/isubasinghe/libdrv8835.

It provides both a C and C++ interface and is based upon this repo.