pinout.vvzero.com/src/tr/translate/picade-hat.md

117 lines
2.0 KiB
Markdown
Raw Normal View History

2016-10-18 18:33:10 +08:00
<!--
---
name: Picade HAT
class: board
type: io
2016-10-18 18:33:10 +08:00
formfactor: HAT
manufacturer: Pimoroni
2016-12-16 08:19:22 +08:00
description: Arcade inputs & digital amp
buy: https://shop.pimoroni.com/products/picade-hat
github: https://github.com/pimoroni/picade-hat
image: 'picade-hat.png'
2016-10-18 18:33:10 +08:00
pincount: 40
eeprom: setup
2016-10-18 18:33:10 +08:00
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'7':
name: Shutdown
mode: output
2016-12-16 08:19:22 +08:00
active: low
2016-10-18 18:33:10 +08:00
'11':
2016-12-16 08:19:22 +08:00
name: Power Button
mode: input
active: low
'12':
name: I2S Clock
2016-10-18 18:33:10 +08:00
'13':
name: Enter
mode: input
2016-12-16 08:19:22 +08:00
active: low
2016-10-18 18:33:10 +08:00
'15':
name: Escape
mode: input
2016-12-16 08:19:22 +08:00
active: low
2016-10-18 18:33:10 +08:00
'16':
name: Coin
mode: input
2016-12-16 08:19:22 +08:00
active: low
2016-10-18 18:33:10 +08:00
'18':
name: Start
mode: input
2016-12-16 08:19:22 +08:00
active: low
'19':
name: 'Button 6'
mode: input
2016-12-16 08:19:22 +08:00
active: low
'21':
name: 'Button 5'
mode: input
2016-12-16 08:19:22 +08:00
active: low
'22':
name: 'Button 4'
mode: input
2016-12-16 08:19:22 +08:00
active: low
2016-10-18 18:33:10 +08:00
'23':
name: 'Button 2'
mode: input
2016-12-16 08:19:22 +08:00
active: low
2016-10-18 18:33:10 +08:00
'24':
name: 'Button 3'
mode: input
2016-12-16 08:19:22 +08:00
active: low
'29':
name: 'Button 1'
mode: input
2016-12-16 08:19:22 +08:00
active: low
2016-10-18 18:33:10 +08:00
'31':
name: Down
mode: input
2016-12-16 08:19:22 +08:00
active: low
'32':
name: Up
mode: input
active: low
'35':
name: I2S WS
2016-10-18 18:33:10 +08:00
'36':
name: Right
mode: input
2016-12-16 08:19:22 +08:00
active: low
'38':
name: Left
mode: input
2016-12-16 08:19:22 +08:00
active: low
'40':
name: I2S Data
2016-10-18 18:33:10 +08:00
install:
'devices':
- 'i2s'
-->
#Picade HAT
Picade HAT provides screw terminals for 10 arcade buttons and a joystick. It also includes a digital to analog audio converter and amplifier which outputs to a single speaker terminal.
All button inputs should be configured with their corresponding internal pull-ups. Buttons should be wired between an input and ground.
2016-12-16 08:19:22 +08:00
* 10 button terminals
* 4 terminals for joystick
2016-10-18 18:33:10 +08:00
* Stereo audio combined for a single speaker
* Support for an external power button and safe power shutdown
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS https://get.pimoroni.com/picadehat | bash
```