fr featured boards changed

This commit is contained in:
RogueM 2016-10-21 22:35:20 +01:00
parent 58acd8dd41
commit 12ff08995e
3 changed files with 132 additions and 2 deletions

View File

@ -30,10 +30,10 @@ strings:
- buy_now: 'achat'
- details: 'Détails'
featured:
- display-o-tron
- 4tronix-picon-zero
- ab-adc-pi-zero
- piborg-ledborg
- pibrella
- rtk-000-001
overlays:
- ground
- i2c

View File

@ -0,0 +1,53 @@
<!--
---
name: PiStep2 Dual
class: board
type: Stepper Motor Driver
formfactor: pHAT
manufacturer: 4tronix
description: A Dual Stepper Motor Driver for
url: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=554
github:
buy: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=554
image: '4tronix-pistep2d.png'
pincount: 40
eeprom: no
power:
'2':
'17':
ground:
'30':
'34':
'39':
pin:
'11':
name: A0
mode: output
'12':
name: A1
mode: output
'13':
name: A2
mode: output
'15':
name: A3
mode: output
'16':
name: B0
mode: output
'18':
name: B1
mode: output
'22':
name: B2
mode: output
'7':
name: B3
mode: output
-->
# PiStep2 Dual
Drive 2 uni-polar stepper motors using a single control board.
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

@ -0,0 +1,77 @@
<!--
---
name: PiStep2 Quad
class: board
type: Stepper Motor Driver
formfactor: pHAT
manufacturer: 4tronix
description: A Quad Stepper Motor Driver for
url: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=554
github:
buy: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=554
image: '4tronix-pistep2q.png'
pincount: 40
eeprom: no
power:
'2':
'17':
ground:
'30':
'34':
'39':
pin:
'11':
name: A0
mode: output
'12':
name: A1
mode: output
'13':
name: A2
mode: output
'15':
name: A3
mode: output
'16':
name: B0
mode: output
'18':
name: B1
mode: output
'22':
name: B2
mode: output
'7':
name: B3
mode: output
'33':
name: C0
mode: output
'32':
name: C1
mode: output
'31':
name: C2
mode: output
'29':
name: C3
mode: output
'38':
name: D0
mode: output
'37':
name: D1
mode: output
'36':
name: D2
mode: output
'35':
name: D3
mode: output
-->
# 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