Search found 2 matches

by AArick
Mon Mar 22, 2021 1:15 am
Forum: Drivers for External Components
Topic: Pololu DRV8801
Replies: 0
Views: 3908

Pololu DRV8801

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 e...
by AArick
Fri Mar 19, 2021 3:18 pm
Forum: Raspberry Pi microcontroller boards
Topic: Document Reference for machine.PWM
Replies: 1
Views: 2706

Document Reference for machine.PWM

I am wondering if I am looking in the wrong spot, but I am not able to find a reference in the Micropython Docs page to the machine.PWM library and class. https://docs.micropython.org/en/latest/library/machine.html Is there a reference out there for it? Specifically I am working on a Raspberry Pi Pi...