summaryrefslogtreecommitdiffstatshomepage
path: root/ports/esp32/boards/UM_FEATHERS3/modules/feathers3.py
diff options
context:
space:
mode:
authorJim Mussared <jim.mussared@gmail.com>2023-02-02 11:51:48 +1100
committerJim Mussared <jim.mussared@gmail.com>2023-02-02 12:51:03 +1100
commit8b2748269244304854b3462cb8902952b4dcb892 (patch)
tree05c315fc329eb32bb55c71303eef2183bf818e35 /ports/esp32/boards/UM_FEATHERS3/modules/feathers3.py
parentfe2a8332ff9c7cc7b66ed6da04f5a4a825309818 (diff)
downloadmicropython-8b2748269244304854b3462cb8902952b4dcb892.tar.gz
micropython-8b2748269244304854b3462cb8902952b4dcb892.zip
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 <jim.mussared@gmail.com>
Diffstat (limited to 'ports/esp32/boards/UM_FEATHERS3/modules/feathers3.py')
-rw-r--r--ports/esp32/boards/UM_FEATHERS3/modules/feathers3.py1
1 files changed, 1 insertions, 0 deletions
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"""