]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Fix PB7/PWM3 pin number
authorChristopher Alessandro <calessandro0827@gmail.com>
Thu, 6 Jun 2019 20:17:09 +0000 (13:17 -0700)
committerChristopher Alessandro <calessandro0827@gmail.com>
Thu, 6 Jun 2019 20:17:09 +0000 (13:17 -0700)
Pin PB7 is linux pin number 39 not 38

src/adafruit_blinka/microcontroller/sama5/pin.py

index 5b496692c140edbd07e4185347b5daf4e7ca1c5d..28379acea0bbce0f211fc3b3ebce50e8578de9a0 100644 (file)
@@ -27,7 +27,7 @@ PD13 = Pin(109)
 PD31 = Pin(127)
 PB0 = Pin(32)
 PWM1 = PB0
 PD31 = Pin(127)
 PB0 = Pin(32)
 PWM1 = PB0
-PB7 = Pin(38)
+PB7 = Pin(39)
 PWM3 = PB7
 PB1 = Pin(33)
 PWML1 = PB1
 PWM3 = PB7
 PB1 = Pin(33)
 PWML1 = PB1