Skip to content

Commit c6bad96

Browse files
committed
docstrings
1 parent 03c9f11 commit c6bad96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_pn532.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2424
# SOFTWARE.
2525
"""
26-
`adafruit_PN532`
26+
``adafruit_pn532``
2727
====================================================
2828
2929
This module will let you communicate with a PN532 RFID/NFC shield or breakout
@@ -177,6 +177,7 @@
177177

178178

179179
def _reset(pin):
180+
"""Perform a hardware reset toggle"""
180181
pin.direction = Direction.OUTPUT
181182
pin.value = True
182183
time.sleep(0.1)

0 commit comments

Comments
 (0)