Skip to content

Commit b8af110

Browse files
Update Lecture2.md
1 parent 999db2d commit b8af110

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tutorials/Lecture2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ It is called 'overriding' or also compilation polymorphism, as in many languages
6868

6969
```python
7070
from machine import Pin
71+
from time import sleep
7172

7273
class Led_Light(Pin):
7374
# child class inherits the parent 'Pin' class

0 commit comments

Comments
 (0)