]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Ran black
authorMelissa LeBlanc-Williams <melissa@adafruit.com>
Fri, 18 Feb 2022 19:24:46 +0000 (11:24 -0800)
committerMelissa LeBlanc-Williams <melissa@adafruit.com>
Fri, 18 Feb 2022 19:24:46 +0000 (11:24 -0800)
42 files changed:
src/adafruit_blinka/microcontroller/allwinner/a33/__init__.py
src/adafruit_blinka/microcontroller/allwinner/a64/__init__.py
src/adafruit_blinka/microcontroller/allwinner/h3/__init__.py
src/adafruit_blinka/microcontroller/allwinner/h5/__init__.py
src/adafruit_blinka/microcontroller/allwinner/h6/__init__.py
src/adafruit_blinka/microcontroller/allwinner/h616/__init__.py
src/adafruit_blinka/microcontroller/am335x/__init__.py
src/adafruit_blinka/microcontroller/amlogic/meson_g12_common/__init__.py
src/adafruit_blinka/microcontroller/amlogic/s905/__init__.py
src/adafruit_blinka/microcontroller/amlogic/s905x3/__init__.py
src/adafruit_blinka/microcontroller/amlogic/s922x/__init__.py
src/adafruit_blinka/microcontroller/atheros/__init__.py
src/adafruit_blinka/microcontroller/bcm2711/__init__.py
src/adafruit_blinka/microcontroller/bcm283x/__init__.py
src/adafruit_blinka/microcontroller/dra74x/__init__.py
src/adafruit_blinka/microcontroller/ftdi_mpsse/ft2232h/__init__.py
src/adafruit_blinka/microcontroller/ftdi_mpsse/ft232h/__init__.py
src/adafruit_blinka/microcontroller/ftdi_mpsse/mpsse/__init__.py
src/adafruit_blinka/microcontroller/hfu540/__init__.py
src/adafruit_blinka/microcontroller/mcp2221/__init__.py
src/adafruit_blinka/microcontroller/mips24kec/__init__.py
src/adafruit_blinka/microcontroller/mt8167/__init__.py
src/adafruit_blinka/microcontroller/nova/__init__.py
src/adafruit_blinka/microcontroller/nxp_imx6ull/__init__.py
src/adafruit_blinka/microcontroller/nxp_imx8m/__init__.py
src/adafruit_blinka/microcontroller/nxp_lpc4330/__init__.py
src/adafruit_blinka/microcontroller/pentium/n3710/__init__.py
src/adafruit_blinka/microcontroller/rockchip/rk3308/__init__.py
src/adafruit_blinka/microcontroller/rockchip/rk3328/__init__.py
src/adafruit_blinka/microcontroller/rockchip/rk3399/__init__.py
src/adafruit_blinka/microcontroller/rp2040/__init__.py
src/adafruit_blinka/microcontroller/rp2040_u2if/__init__.py
src/adafruit_blinka/microcontroller/sama5/__init__.py
src/adafruit_blinka/microcontroller/samsung/exynos5422/__init__.py
src/adafruit_blinka/microcontroller/snapdragon/apq8016/__init__.py
src/adafruit_blinka/microcontroller/starfive/JH71x0/__init__.py
src/adafruit_blinka/microcontroller/stm32/stm32f405/__init__.py
src/adafruit_blinka/microcontroller/stm32/stm32mp157/__init__.py
src/adafruit_blinka/microcontroller/tegra/t186/__init__.py
src/adafruit_blinka/microcontroller/tegra/t194/__init__.py
src/adafruit_blinka/microcontroller/tegra/t210/__init__.py
src/microcontroller/__init__.py

index 9655be29cc91c947db639f80888da49c011b5382..b9e6b1f799c9345c3f3b551d1e2ad09639f4f029 100644 (file)
@@ -1,2 +1,2 @@
 """Definition for the AllWinner A33 chip"""
 """Definition for the AllWinner A33 chip"""
-from .pin import *
\ No newline at end of file
+from .pin import *
index 7bf34384a55e3f2974f0b18b63d1371489fead5d..3075e97478f50ad5415e698b15de03ec924c319e 100644 (file)
@@ -1,2 +1,2 @@
 """Definition for the AllWinner A64 chip"""
 """Definition for the AllWinner A64 chip"""
-from .pin import *
\ No newline at end of file
+from .pin import *
index 01904883f421647a746cf45264bc7bcd744e3e0a..49d6c8adfb9e8e475017cefd06e19e184dbf2c80 100644 (file)
@@ -1,2 +1,2 @@
 """Definition for the AllWinner H3 chip"""
 """Definition for the AllWinner H3 chip"""
-from .pin import *
\ No newline at end of file
+from .pin import *
index 768f1e36dd40739df4e0e38dd2dfe678467917f3..bde3093da0d9b8a54e615793d9344b5ec3ce7a15 100644 (file)
@@ -1,2 +1,2 @@
 """Definition for the AllWinner H5 chip"""
 """Definition for the AllWinner H5 chip"""
-from .pin import *
\ No newline at end of file
+from .pin import *
index 015e6c5e68db4965bebdbc9cdc52c2c4d0fe3e3e..7ae56992bbd67a122578590b41414f4e5f5d0e59 100644 (file)
@@ -1,2 +1,2 @@
 """Definition for the AllWinner H6 chip"""
 """Definition for the AllWinner H6 chip"""
-from .pin import *
\ No newline at end of file
+from .pin import *
index bfe549c19684c4cd41ccfe34ab39721b76d797e1..affd8df5187fce9b60f1a8935a6a782955ecb9cd 100644 (file)
@@ -1,2 +1,2 @@
 """Definition for the AllWinner H616 chip"""
 """Definition for the AllWinner H616 chip"""
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index eae6865f5e20ccd7f4ceae2c96f4a7468474d60e..7ddbf639208f514edb80107aa6a3c9ecd968743f 100644 (file)
@@ -1,6 +1,7 @@
 """Generic Connection class for Binho Nova to keep track of connection"""
 from .pin import *
 
 """Generic Connection class for Binho Nova to keep track of connection"""
 from .pin import *
 
+
 class Connection:
     """Connection class"""
 
 class Connection:
     """Connection class"""
 
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 3e93a7ddfdc3ce3cfedbdb8af279fefbffda3242..9cf13e869e7738f3dc468d0bc9739d508a26e604 100644 (file)
@@ -1,2 +1,2 @@
 """Definition for the Rockchip RK3328 chip"""
 """Definition for the Rockchip RK3328 chip"""
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 0586417f5be6d962d0446ae2a0f07e1c7d6d2a1a..1b9ba3a36663b1d7815d29cb41801bd2c0d5afb1 100644 (file)
@@ -1,2 +1,2 @@
 """Definition for the StarFive JH71x0 chip"""
 """Definition for the StarFive JH71x0 chip"""
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index 9e82d88c431297aa7e3967802602e71abed1ea50..a01e4aa643f2194af3efa0347719a999d23652e9 100644 (file)
@@ -1 +1 @@
-from .pin import *
\ No newline at end of file
+from .pin import *
index a4d842569ff86b1bfdb351cb73994fc026368b75..da71099c908bbd33ddf7dc2a28a3b0036c88968e 100755 (executable)
@@ -13,6 +13,7 @@ from adafruit_blinka import Enum
 from adafruit_blinka.agnostic import board_id, chip_id
 import microcontroller.pin
 
 from adafruit_blinka.agnostic import board_id, chip_id
 import microcontroller.pin
 
+
 def delay_us(delay):
     """Sleep for delay usecs."""
     time.sleep(delay / 1e6)
 def delay_us(delay):
     """Sleep for delay usecs."""
     time.sleep(delay / 1e6)