type changed to motor

This commit is contained in:
RogueM 2016-10-22 00:28:13 +01:00
parent 3f37083085
commit fac18d8be8
2 changed files with 17 additions and 14 deletions

View File

@ -2,12 +2,12 @@
--- ---
name: PiStep2 Dual name: PiStep2 Dual
class: board class: board
type: Stepper Motor Driver type: motor
formfactor: pHAT formfactor: pHAT
manufacturer: 4tronix manufacturer: 4tronix
description: A Dual Stepper Motor Driver for description: A Dual Stepper Motor Driver for Raspberry Pi
url: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=554 url: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=554
github: github:
buy: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=554 buy: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=554
image: '4tronix-pistep2d.png' image: '4tronix-pistep2d.png'
pincount: 40 pincount: 40
@ -46,8 +46,10 @@ pin:
mode: output mode: output
--> -->
# PiStep2 Dual # PiStep2 Dual
Drive 2 uni-polar stepper motors using a single control board.
Uses a ULN2803 Darlington driver chip to drive the motors. Drive 2 uni-polar stepper motors using a single control board with the PiStep2 Dual.
Ideal for use with 28BYJ48 stepper motors
Supported in Scratch GPIO as well as in Python * Uses a ULN2803 Darlington driver chip to drive the motors
* Ideal for use with 28BYJ48 stepper motors
* Supported in Scratch GPIO as well as in Python

View File

@ -2,12 +2,12 @@
--- ---
name: PiStep2 Quad name: PiStep2 Quad
class: board class: board
type: Stepper Motor Driver type: motor
formfactor: pHAT formfactor: pHAT
manufacturer: 4tronix manufacturer: 4tronix
description: A Quad Stepper Motor Driver for description: A Quad Stepper Motor Driver for Raspberry Pi
url: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=554 url: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=554
github: github:
buy: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=554 buy: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=554
image: '4tronix-pistep2q.png' image: '4tronix-pistep2q.png'
pincount: 40 pincount: 40
@ -70,8 +70,9 @@ pin:
mode: output mode: output
--> -->
# PiStep2 Quad # PiStep2 Quad
Drive 4 uni-polar stepper motors using a single control board.
Uses ULN2803 Darlington driver chips to drive the motors.
Ideal for use with 28BYJ48 stepper motors
Supported in Scratch GPIO as well as in Python
Drive 4 uni-polar stepper motors using a single control board with the PiStep2 Quad.
* Uses ULN2803 Darlington driver chips to drive the motors
* Ideal for use with 28BYJ48 stepper motors
* Supported in Scratch GPIO as well as in Python