From 8b2748269244304854b3462cb8902952b4dcb892 Mon Sep 17 00:00:00 2001 From: Jim Mussared Date: Thu, 2 Feb 2023 11:51:48 +1100 Subject: top: Update Python formatting to black "2023 stable style". See https://black.readthedocs.io/en/stable/the_black_code_style/index.html Signed-off-by: Jim Mussared --- ports/esp32/boards/UM_FEATHERS3/modules/feathers3.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ports/esp32/boards/UM_FEATHERS3/modules/feathers3.py') diff --git a/ports/esp32/boards/UM_FEATHERS3/modules/feathers3.py b/ports/esp32/boards/UM_FEATHERS3/modules/feathers3.py index 801f9cbf46..1ba919ceae 100644 --- a/ports/esp32/boards/UM_FEATHERS3/modules/feathers3.py +++ b/ports/esp32/boards/UM_FEATHERS3/modules/feathers3.py @@ -32,6 +32,7 @@ I2C_SCL = const(9) # Helper functions + # LED & Ambient Light Sensor control def led_set(state): """Set the state of the BLUE LED on IO13""" -- cgit v1.2.3