Skip to content

Commit

Permalink
Add type stubs for CommandAnalogRead
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Cambié committed May 8, 2020
1 parent 8ebec6b commit df8e3dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions commanduino/commanddevices/commandanalogread.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from .commanddevice import CommandDevice

class CommandAnalogRead(CommandDevice):
def __init__(self): ...
def get_level(self) -> int: ...
def handle_level_command(self, *arg): ...

0 comments on commit df8e3dd

Please sign in to comment.