Update README.md

This commit is contained in:
Alan Wang
2020-03-15 18:24:02 +08:00
committed by GitHub
parent 78019002c2
commit 935e9328de

View File

@@ -92,7 +92,7 @@ from microbit import pin0, pin2, sleep
class Pin:
__slot__ = ["pin"]
__slots__ = ["pin"]
def __init__(self, pin):
self.pin = pin