Micropython DRV8801 Driver

HI!

I had a project at work that required me to use Pololu’s DRV8801 Brushed Motor Driver so I decided to take the opportunity to write a basic driver (library?) for it in my free time this weekend.

Its functionality is very basic but it made what I needed to do with it easier so hopefully someone else finds it useful.

https://github.com/A-Krau/micropython_pololu

Hello, AAkrau.

That’s awesome; thank you for sharing your work!

Brandon