mirror of
https://github.com/thearn/Python-Arduino-Command-API.git
synced 2026-04-24 03:00:20 -04:00
some pep8 fixes
This commit is contained in:
@@ -1,4 +1 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
|
||||
from arduino import Arduino, Shrimp
|
||||
from .arduino import Arduino, Shrimp
|
||||
|
||||
@@ -375,7 +375,7 @@ class Arduino(object):
|
||||
|
||||
def shiftOut(self, dataPin, clockPin, pinOrder, value):
|
||||
"""
|
||||
Shift a byte out on the datapin using Arduino's shiftOut().
|
||||
Shift a byte out on the datapin using Arduino's shiftOut()
|
||||
|
||||
Input:
|
||||
dataPin (int): pin for data
|
||||
|
||||
Reference in New Issue
Block a user