]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
reformat
authorlilin <zgwinli555@163.com>
Tue, 3 Jan 2023 04:02:22 +0000 (04:02 +0000)
committerlilin <zgwinli555@163.com>
Tue, 3 Jan 2023 04:02:22 +0000 (04:02 +0000)
src/adafruit_blinka/microcontroller/rockchip/rk3568/pin.py

index 77ec09a85bc4fd07d25f452e0cd28d37c70cab7e..e458b150c65c53c566b5f1afe47bb66e36cb6021 100644 (file)
@@ -73,9 +73,7 @@ i2cPorts = (
 )
 
 # ordered as spiId, sckId, mosiId, misoId
 )
 
 # ordered as spiId, sckId, mosiId, misoId
-spiPorts = (
-    (3, SPI3_CLK_M1, SPI3_MOSI_M1, SPI3_MISO_M1),
-)
+spiPorts = ((3, SPI3_CLK_M1, SPI3_MOSI_M1, SPI3_MISO_M1),)
 
 # SysFS pwm outputs, pwm channel and pin in first tuple
 pwmOuts = (
 
 # SysFS pwm outputs, pwm channel and pin in first tuple
 pwmOuts = (
@@ -86,4 +84,3 @@ pwmOuts = (
 )
 
 # SysFS analog inputs, Ordered as analog analogInId, device, and channel
 )
 
 # SysFS analog inputs, Ordered as analog analogInId, device, and channel
-