From: wgroeneveld Date: Wed, 8 Feb 2023 13:08:50 +0000 (+0100) Subject: there is no PWM1 on the 3399_T X-Git-Tag: 8.15.0^2~3 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/4232ce51815df80ac15166c07c61025cd1331d5f there is no PWM1 on the 3399_T --- diff --git a/src/adafruit_blinka/microcontroller/rockchip/rk3399_t/pin.py b/src/adafruit_blinka/microcontroller/rockchip/rk3399_t/pin.py index f0cadcd..b766ba8 100644 --- a/src/adafruit_blinka/microcontroller/rockchip/rk3399_t/pin.py +++ b/src/adafruit_blinka/microcontroller/rockchip/rk3399_t/pin.py @@ -73,8 +73,7 @@ spiPorts = ((1, SPI1_SCLK, SPI1_MOSI, SPI1_MISO),) # SysFS pwm outputs, pwm channel and pin in first tuple pwmOuts = ( - ((0, 0), PWM0), - ((1, 0), PWM1), + ((0, 0), PWM0),, ) # SysFS analog inputs, Ordered as analog analogInId, device, and channel