pinout.vvzero.com/src/tr/translate/mote-phat.md

62 lines
1.0 KiB
Markdown
Raw Normal View History

2016-10-29 00:34:35 +08:00
<!--
---
name: 'Mote pHAT'
class: board
type: led
2016-10-29 01:20:30 +08:00
formfactor: pHAT
2016-10-29 00:34:35 +08:00
manufacturer: Pimoroni
description: 4 channel multiplexed APA102 driver
url: http://shop.pimoroni.com/products/mote-phat
github: https://github.com/pimoroni/mote-phat
buy: https://shop.pimoroni.com/products/mote-phat
2016-10-29 01:20:30 +08:00
image: 'mote-phat.png'
2016-10-29 00:34:35 +08:00
pincount: 40
eeprom: no
power:
'2':
ground:
'6':
2016-10-29 01:20:30 +08:00
'9':
'14':
'20':
'25':
'30':
'34':
'39':
2016-10-29 00:34:35 +08:00
pin:
'19':
name: Data
mode: output
active: high
'23':
name: Clock
mode: output
active: high
'24':
name: Channel 1
mode: output
active: low
'26':
name: Channel 2
mode: output
active: low
'22':
name: Channel 3
mode: output
active: low
'18':
name: Channel 4
mode: output
active: low
-->
# Mote pHAT
2016-10-29 01:20:30 +08:00
Sports four Mote channels with microUSB connectors that can drive up to 64 RGB LEDs using four 16 pixel Mote strips.
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
2016-11-19 09:00:12 +08:00
curl -sS https://get.pimoroni.com/motephat | bash
2016-10-29 01:20:30 +08:00
```