mirror of
https://github.com/thearn/Python-Arduino-Command-API.git
synced 2026-01-11 07:28:02 -05:00
some pep8 fixes
This commit is contained in:
@@ -37,7 +37,7 @@ def softBlink(led_pin, baud, port=""):
|
||||
def adjustBrightness(pot_pin, led_pin, baud, port=""):
|
||||
"""
|
||||
Adjusts brightness of an LED using a
|
||||
potentiometer
|
||||
potentiometer.
|
||||
"""
|
||||
board = Arduino(baud, port=port)
|
||||
while True:
|
||||
|
||||
Reference in New Issue
Block a user