Calling DigitalIO.reset() throws NameError, which is clearly a typo (`sefl` instead of `self`) ``` NameError: name 'sefl' is not defined ```
Calling DigitalIO.reset() throws NameError, which is clearly a typo (
seflinstead ofself)