Skip to content

Commit

Permalink
Merge pull request #127 from Groboards/master
Browse files Browse the repository at this point in the history
Fix PB7 Linux pin number for SAMA5
  • Loading branch information
makermelissa authored Jun 6, 2019
2 parents 61d13d9 + f26df23 commit 8a62a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adafruit_blinka/microcontroller/sama5/pin.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
PD31 = Pin(127)
PB0 = Pin(32)
PWM1 = PB0
PB7 = Pin(38)
PB7 = Pin(39)
PWM3 = PB7
PB1 = Pin(33)
PWML1 = PB1
Expand Down

0 comments on commit 8a62a97

Please sign in to comment.