Skip to content

Commit

Permalink
Updated comments in wws_74hc165.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
woolseyj committed Jun 8, 2021
1 parent a256f49 commit 5bb78f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wws_74hc165.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class DigitalInOut:
"""

def __init__(self, pin_number, shift_register_74hc165):
"""Specify the pin number of the shift register (0...7) and
"""Specify the pin number of the shift register (0...7) and the
ShiftRegister74HC165 instance.
"""
self._pin = pin_number
Expand Down Expand Up @@ -106,7 +106,7 @@ def pull(self, val): # pylint: disable=no-self-use


class ShiftRegister74HC165:
"""Initialise the 74HC165 on specified SPI bus
"""Initialize the 74HC165 on the specified SPI bus
and indicate the number of shift registers being used.
"""

Expand Down

0 comments on commit 5bb78f7

Please sign in to comment.