Skip to content

Commit

Permalink
Update commandads1115.pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMa688 authored Jun 7, 2024
1 parent 8289863 commit c295f88
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions commanduino/commanddevices/commandads1115.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,5 @@ from .commanddevice import CommandDevice

class CommandADS1115(CommandDevice):
def __init__(self): ...
def get_level(self) -> int: ...
def handle_level_command(self, *arg): ...
def handle_initialize(self, *arg): ...
def handle_set_gain(self, *arg): ...
def handle_set_channel(self, *arg): ...
def set_gain(self, gain: int) -> int: ...
def set_channel(self, channel: int) -> int: ...
def get_adc(self) -> float: ...
def handle_adc_command(self, *arg): ...

0 comments on commit c295f88

Please sign in to comment.