Update and rename adafruit_motor.txt to adafruit_motor.md

This commit is contained in:
geek2003 2017-02-26 09:36:02 +00:00 committed by GitHub
parent cfaa416ffc
commit f1ae6011f0
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<!--
---
name: DC & Stepper Motor HAT
name: Adafruit DC & Stepper Motor HAT
class: board
type: Motor
formfactor: HAT
@ -32,6 +32,9 @@
-->
#Adafruit DC & Stepper Motor HAT
Let your robotic dreams come true with the new DC+Stepper Motor HAT from Adafruit. This Raspberry Pi add-on is perfect for any motion project as it can drive up to 4 DC or 2 Stepper motors with full PWM speed control.
Since the Raspberry Pi does not have a lot of PWM pins, we use a fully-dedicated PWM driver chip onboard to both control motor direction and speed. This chip handles all the motor and speed controls over I2C. Only two pins (SDA & SCL) are required to drive the multiple motors, and since it's I2C you can also connect any other I2C devices or HATs to the same pins. In fact, you can even stack multiple Motor HATs, up to 32 of them, for controlling up to 64 stepper motors or 128 DC motors (or a mix of the two)
@ -52,4 +55,4 @@ sudo python setup.py install