mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-08 21:03:59 +02:00
alter comments
This commit is contained in:
parent
7994cd6095
commit
033b3961da
1 changed files with 1 additions and 3 deletions
|
@ -19,11 +19,9 @@ class Device:
|
||||||
custom_match = lambda e: \
|
custom_match = lambda e: \
|
||||||
usb.util.endpoint_direction(e.bEndpointAddress) == usb.util.ENDPOINT_IN)
|
usb.util.endpoint_direction(e.bEndpointAddress) == usb.util.ENDPOINT_IN)
|
||||||
|
|
||||||
# TODO: VERSION ?
|
|
||||||
# TODO: PWM
|
# TODO: PWM
|
||||||
# TODO: SPI
|
# TODO: SPI
|
||||||
# TODO: SETPINS
|
# TODO: SET/CLEAR PINS
|
||||||
# TODO: CLEARPINS
|
|
||||||
|
|
||||||
def state(self):
|
def state(self):
|
||||||
# TODO: format?
|
# TODO: format?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue