]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Update pin.py
authortwa127 <46624596+twa127@users.noreply.github.com>
Mon, 10 May 2021 19:31:47 +0000 (20:31 +0100)
committerGitHub <noreply@github.com>
Mon, 10 May 2021 19:31:47 +0000 (20:31 +0100)
src/adafruit_blinka/microcontroller/rockchip/rk3328/pin.py

index a403017e3c6ffae31ad9a40b8400bcda0b6e7e71..a0c8426aef77bcd0d1a558447713d926f29eb8a4 100644 (file)
@@ -160,4 +160,4 @@ i2cPorts = ((0, I2C1_SCL, I2C1_SDA),)
 spiPorts = ((0, SPI0_SCLK, SPI0_MOSI, SPI0_MISO),)
 
 # SysFS pwm outputs, pwm channel and pin in first tuple
 spiPorts = ((0, SPI0_SCLK, SPI0_MOSI, SPI0_MISO),)
 
 # SysFS pwm outputs, pwm channel and pin in first tuple
-pwmOuts = (((2, 0), PWM0),)
+pwmOuts = (((2, 0), PWM2),)