pins within quotes

This commit is contained in:
RogueM 2015-11-16 10:28:16 +00:00
parent 1b8183ac94
commit 227ef3cea6
6 changed files with 47 additions and 47 deletions

View File

@ -3,22 +3,22 @@
name: Arduino SPI name: Arduino SPI
description: Program Arduino with Raspberry Pi SPI description: Program Arduino with Raspberry Pi SPI
pin: pin:
19: '19':
name: MOSI name: MOSI
direction: output direction: output
active: high active: high
description: Master Out / Slave In description: Master Out / Slave In
21: '21':
name: MISO name: MISO
direction: input direction: input
active: high active: high
description: Master In / Slave Out description: Master In / Slave Out
23: '23':
name: SCKL name: SCKL
direction: output direction: output
active: high active: high
description: Clock description: Clock
24: '24':
name: CE0 name: CE0
direction: output direction: output
active: high active: high

View File

@ -6,26 +6,26 @@ url: https://github.com/pimoroni/dot3k
description: A 3-line character LCD with a 6-zone RGB backlight and 6 touch buttons description: A 3-line character LCD with a 6-zone RGB backlight and 6 touch buttons
pincount: 40 pincount: 40
pin: pin:
3: '3':
mode: i2c mode: i2c
5: '5':
mode: i2c mode: i2c
22: '22':
name: LCD CMD/DATA name: LCD CMD/DATA
mode: output mode: output
active: high active: high
19: '19':
mode: spi mode: spi
22: '22':
name: LCD Register Select name: LCD Register Select
mode: output mode: output
23: '23':
mode: spi mode: spi
24: '24':
name: LCD Chip Select name: LCD Chip Select
mode: chipselect mode: chipselect
active: high active: high
32: '32':
name: LCD Reset name: LCD Reset
mode: output mode: output
active: low active: low

View File

@ -19,37 +19,37 @@ install:
'examples': 'python/examples/' 'examples': 'python/examples/'
pincount: 40 pincount: 40
pin: pin:
3: '3':
mode: i2c mode: i2c
5: '5':
mode: i2c mode: i2c
7: '7':
name: Joystick Button name: Joystick Button
mode: input mode: input
active: low active: low
11: '11':
name: Joystick Left name: Joystick Left
mode: input mode: input
active: low active: low
13: '13':
name: Joystick Up name: Joystick Up
mode: input mode: input
active: low active: low
15: '15':
name: Joystick Right name: Joystick Right
mode: input mode: input
active: low active: low
19: '19':
mode: spi mode: spi
21: '21':
name: Joystick Down name: Joystick Down
mode: input mode: input
active: low active: low
22: '22':
name: LCD CMD/DATA name: LCD CMD/DATA
mode: output mode: output
active: high active: high
23: '23':
mode: spi mode: spi
--> -->
#Display-o-Tron 3000 #Display-o-Tron 3000

View File

@ -9,29 +9,29 @@ install:
- 'i2c' - 'i2c'
pincount: 40 pincount: 40
pin: pin:
3: '3':
mode: i2c mode: i2c
5: '5':
mode: i2c mode: i2c
12: '12':
name: I2S name: I2S
15: '15':
name: Mute/Unmute name: Mute/Unmute
description: Pi-AMP+ only (optional) description: Pi-AMP+ only (optional)
16: '16':
name: Rotary Encoder name: Rotary Encoder
description: (optional) description: (optional)
18: '18':
name: Rotary Encoder name: Rotary Encoder
description: (optional) description: (optional)
22: '22':
name: IR Sensor name: IR Sensor
description: (optional) description: (optional)
35: '35':
name: I2S name: I2S
38: '38':
name: I2S name: I2S
40: '40':
name: I2S name: I2S
--> -->
#IQaudIO Pi-DAC+ #IQaudIO Pi-DAC+

View File

@ -15,20 +15,20 @@ i2c:
device: cap1188 device: cap1188
datasheet: http://ww1.microchip.com/downloads/en/DeviceDoc/CAP1188%20.pdf datasheet: http://ww1.microchip.com/downloads/en/DeviceDoc/CAP1188%20.pdf
pin: pin:
3: '3':
mode: i2c mode: i2c
5: '5':
mode: i2c mode: i2c
7: '7':
name: Alert A name: Alert A
mode: input mode: input
11: '11':
name: Reset A name: Reset A
mode: output mode: output
13: '13':
name: Alert B name: Alert B
mode: input mode: input
15: '15':
name: Reset B name: Reset B
mode: output mode: output
--> -->

View File

@ -10,26 +10,26 @@ install:
- 'spi' - 'spi'
pincount: 40 pincount: 40
pin: pin:
3: '3':
mode: i2c mode: i2c
5: '5':
mode: i2c mode: i2c
16: '16':
name: Joystick name: Joystick
mode: input mode: input
18: '18':
name: Joystick name: Joystick
mode: input mode: input
19: '19':
mode: spi mode: spi
21: '21':
mode: spi mode: spi
22: '22':
name: Joystick name: Joystick
mode: input mode: input
23: '23':
mode: spi mode: spi
24: '24':
mode: spi mode: spi
--> -->
#Sense HAT #Sense HAT