Skip to content

Commit

Permalink
Upgrade RPi.GPIO to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
coox committed Sep 18, 2016
1 parent e52f956 commit e6765b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config/gpio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel-labeling = BCM
supported-channels = GPIO2, GPIO3, GPIO4, GPIO5, GPIO6, GPIO12, GPIO13, GPIO14, GPIO15, GPIO16, GPIO17, GPIO18, GPIO19, GPIO20, GPIO21, GPIO22, GPIO23, GPIO24, GPIO25, GPIO26, GPIO27

# It's okay to ignore "already in use" runtime warnings for the following channels
runtime-warning-safe-channels = GPIO14, GPIO15, GPIO18 # UART Pins
runtime-warning-safe-channels = GPIO2, GPIO3, GPIO14, GPIO15, GPIO18 # I2C and UART Pins

default-resistor = pull-down

Expand Down Expand Up @@ -37,8 +37,8 @@ GPIO18 =
GPIO15 = piano.play G3
GPIO14 = piano.play A♭3

GPIO2 = # Pin 2 has a strong pull-down
GPIO3 = piano.play A3
GPIO2 = # physical pull-up
GPIO3 = piano.play A3 # physical pull-up
GPIO4 = piano.play B♭3
GPIO17 = piano.play B3
GPIO27 = piano.play C4
2 changes: 1 addition & 1 deletion requirements-rpi.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
RPi.GPIO==0.5.7
RPi.GPIO==0.6.2

0 comments on commit e6765b8

Please sign in to comment.