pins converted to physical

This commit is contained in:
RogueM 2016-09-23 18:32:21 +01:00
parent f40ddeeffe
commit bd369e1e7f
1 changed files with 21 additions and 23 deletions

View File

@ -29,39 +29,39 @@ pin:
mode: i2c
'5':
mode: i2c
'bcm13':
name: Relay 1
mode: output
active: high
'bcm19':
name: Relay 2
mode: output
active: high
'bcm16':
name: Relay 3
mode: output
active: high
'bcm5':
'29':
name: Output 1
mode: output
active: high
'bcm12':
name: Output 2
mode: output
active: high
'bcm6':
'31':
name: Output 3
mode: output
active: high
'bcm26':
'32':
name: Output 2
mode: output
active: high
'33':
name: Relay 1
mode: output
active: high
'35':
name: Relay 2
mode: output
active: high
'36':
name: Relay 3
mode: output
active: high
'37':
name: Input 1
mode: input
active: high
'bcm20':
'38':
name: Input 2
mode: input
active: high
'bcm21':
'40':
name: Input 3
mode: input
active: high
@ -78,8 +78,6 @@ install:
'apt':
- 'python-smbus'
- 'python3-smbus'
- 'python-dev'
- 'python3-dev'
'python':
- 'automationhat'
'python3':