some pep8 fixes

This commit is contained in:
Tristan
2013-10-10 17:48:09 -04:00
parent 4cc3d0de57
commit c73e8ea5c6
4 changed files with 4 additions and 7 deletions

View File

@@ -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: