some pincount added for 'info' overlays

This commit is contained in:
RogueM 2015-12-29 19:15:00 +01:00
parent e0f69da3e9
commit c7990a31bc
5 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@
type: content type: content
name: Arduino SPI name: Arduino SPI
description: Program Arduino with Raspberry Pi SPI description: Program Arduino with Raspberry Pi SPI
pincount: 4
pin: pin:
'19': '19':
name: MOSI name: MOSI

View File

@ -3,6 +3,7 @@
type: info type: info
name: Ground name: Ground
description: Raspberry Pi Ground Pins description: Raspberry Pi Ground Pins
pincount: 1
pin: pin:
'6': '6':
'9': '9':

View File

@ -3,6 +3,7 @@
type: info type: info
name: I2C name: I2C
description: Raspberry Pi i2c pins description: Raspberry Pi i2c pins
pincount: 2
pin: pin:
'3': '3':
name: Data name: Data

View File

@ -3,6 +3,7 @@
type: info type: info
name: UART name: UART
description: Raspberry Pi UART pins description: Raspberry Pi UART pins
pincount: 2
pin: pin:
'8': '8':
name: TXD / Transmit name: TXD / Transmit

View File

@ -4,6 +4,7 @@ type: content
name: WiringPi GPIO Pinout name: WiringPi GPIO Pinout
url: http://wiringpi.com url: http://wiringpi.com
github: https://github.com/WiringPi/WiringPi2-Python github: https://github.com/WiringPi/WiringPi2-Python
pincount: 40
pin: pin:
'3': '3':
name: WiringPi 8 name: WiringPi 8