cleanup on driver side

This commit is contained in:
Devaev Maxim
2020-09-09 12:52:45 +03:00
parent 04284584fe
commit 170ed92bd4
4 changed files with 49 additions and 37 deletions

View File

@@ -74,7 +74,7 @@ class BaseUserGpioDriver(BasePlugin):
raise NotImplementedError
def cleanup(self) -> None:
pass
raise NotImplementedError
def read(self, pin: int) -> bool:
raise NotImplementedError