diff --git a/software/device.py b/software/device.py index 09d5528..6a43fa3 100644 --- a/software/device.py +++ b/software/device.py @@ -19,11 +19,9 @@ class Device: custom_match = lambda e: \ usb.util.endpoint_direction(e.bEndpointAddress) == usb.util.ENDPOINT_IN) -# TODO: VERSION ? # TODO: PWM # TODO: SPI -# TODO: SETPINS -# TODO: CLEARPINS +# TODO: SET/CLEAR PINS def state(self): # TODO: format?